Skip to content

Commit 07a5d8c

Browse files
authored
Update footer copyright year to current year (#1481)
1 parent ffbc88c commit 07a5d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Footer() {
1212
<div className="container container-fluid">
1313
<div className="footer__bottom text--center">
1414
<div className="footer__copyright">
15-
Copyright © 2024 React Navigation. Built with{' '}
15+
Copyright © {new Date().getFullYear()} React Navigation. Built with{' '}
1616
{links.map((link, index) => (
1717
<React.Fragment key={link.href}>
1818
{index > 0 && ', '}

0 commit comments

Comments
 (0)