1 parent 111d9da commit c2f997eCopy full SHA for c2f997e
1 file changed
src/containers/landing/Footer.tsx
@@ -28,7 +28,7 @@ export default function Footer() {
28
<div className="flex flex-col sm:flex-row items-center w-full max-w-page-header sm:px-8 px-4 gap-y-3 sm:gap-x-8 text-xs text-slate-500">
29
<div className="flex items-center gap-2 shrink-0">
30
<Logo className="w-[20px] h-[20px] text-slate-500" />
31
- <span className="whitespace-nowrap">{"© 2025 JSON For You"}</span>
+ <span className="whitespace-nowrap">{`© ${new Date().getFullYear()} JSON For You`}</span>
32
</div>
33
<div className="flex items-center gap-4 sm:gap-8 sm:ml-0">
34
<Legal />
0 commit comments