Skip to content

Commit 03c9a58

Browse files
authored
feat: make date always up to date (#594)
1 parent 5869b5f commit 03c9a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function Footer() {
7979
<div className="text-xs font-light text-center | sm:text-left">
8080
<Logo className="h-8 text-blue" inline />
8181
<p className="mt-4">
82-
Copyright © 2024{" "}
82+
Copyright © {new Date().getFullYear()}{" "}
8383
<a
8484
className="link text-blue-light"
8585
href="https://dunglas.dev/"

0 commit comments

Comments
 (0)