fix: update footer year dynamically and refactor dashboard preview layout for improved responsiveness

This commit is contained in:
Usman Baig
2026-01-30 15:36:22 +01:00
parent cd590553b6
commit bb1cfe44fe
2 changed files with 8 additions and 26 deletions

View File

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