We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c76ae commit 0ff2687Copy full SHA for 0ff2687
src/pages/home/Footer.tsx
@@ -12,7 +12,7 @@ export default function Footer() {
12
<div className="container container-fluid">
13
<div className="footer__bottom text--center">
14
<div className="footer__copyright">
15
- Copyright © 2024 React Navigation. Built with{' '}
+ Copyright © {new Date().getFullYear()} React Navigation. Built with{' '}
16
{links.map((link, index) => (
17
<React.Fragment key={link.href}>
18
{index > 0 && ', '}
0 commit comments