Skip to content

Commit

Permalink
vinvoor: dynamically get footer year
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Jan 2, 2025
1 parent fc268cd commit f10a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinvoor/src/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function Footer() {
</Link>
</TypographyG>
<Link href="https://github.com/ZeusWPI/ZeSS" textAlign="end">
© 2024
{${(new Date()).getFullYear()}`}
</Link>
</Box>
);
Expand Down

0 comments on commit f10a8f7

Please sign in to comment.