We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5869b5f commit 03c9a58Copy full SHA for 03c9a58
1 file changed
pwa/components/layout/Footer.tsx
@@ -79,7 +79,7 @@ export default function Footer() {
79
<div className="text-xs font-light text-center | sm:text-left">
80
<Logo className="h-8 text-blue" inline />
81
<p className="mt-4">
82
- Copyright © 2024{" "}
+ Copyright © {new Date().getFullYear()}{" "}
83
<a
84
className="link text-blue-light"
85
href="https://dunglas.dev/"
0 commit comments