fix: update footer year dynamically and refactor dashboard preview layout for improved responsiveness
This commit is contained in:
@@ -56,6 +56,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
||||
<Footer
|
||||
LinkComponent={Link}
|
||||
appName="Pulse"
|
||||
year={`2024-${new Date().getFullYear()}`}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user