fix: update footer year range from dynamic to fixed 2024-2026 for consistency

This commit is contained in:
Usman Baig
2026-01-30 15:40:32 +01:00
parent bb1cfe44fe
commit b3cafe77d9

View File

@@ -56,7 +56,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
<Footer
LinkComponent={Link}
appName="Pulse"
year={`2024-${new Date().getFullYear()}`}
year="2024-2026"
/>
</>
)