Skip to content

Commit

Permalink
fix: footer year
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdkolk committed Jan 22, 2024
1 parent d5f064c commit b26e52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export const Footer = () => {
no way affiliated with Spotify AB.
</p>
<p className="min-w-full text-center md:mt-0">
© 2020-2023 StatsFM B.V. (formerly Spotistats for Spotify). All rights
reserved. Made with ❤️ in the Netherlands.
© 2020-{new Date().getFullYear()} StatsFM B.V. (formerly Spotistats for
Spotify). All rights reserved. Made with ❤️ in the Netherlands.
</p>
</Container>
);
Expand Down

0 comments on commit b26e52a

Please sign in to comment.