fix: update footer year range from dynamic to fixed 2024-2026 for consistency
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user