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 a75137f commit 641fbb3Copy full SHA for 641fbb3
app/_components/footer.tsx
@@ -5,7 +5,7 @@ export function Footer() {
5
<footer className="container mx-auto max-w-7xl pb-12 px-12">
6
<div className="flex flex-col justify-center items-center gap-1">
7
<p className="text-sm text-default-400">
8
- © {new Date().getFullYear()}{" "}
+ © 2018-{new Date().getFullYear()}{" "}
9
<Link
10
isExternal
11
aria-label="Ken Matsui"
0 commit comments