Skip to content

Commit 641fbb3

Browse files
committed
Match copyright year with LICENSE
1 parent a75137f commit 641fbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/_components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function Footer() {
55
<footer className="container mx-auto max-w-7xl pb-12 px-12">
66
<div className="flex flex-col justify-center items-center gap-1">
77
<p className="text-sm text-default-400">
8-
© {new Date().getFullYear()}{" "}
8+
© 2018-{new Date().getFullYear()}{" "}
99
<Link
1010
isExternal
1111
aria-label="Ken Matsui"

0 commit comments

Comments
 (0)