Skip to content

Commit

Permalink
website: dynamic copyright year in footer (#923)
Browse files Browse the repository at this point in the history
* Update copyright year in footer to 2023

* Update copyright year to be dynamic
  • Loading branch information
ashirbadsahu authored Dec 4, 2023
1 parent a7b9398 commit b59bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Footer = () => {
color: "white",
}}
>
© 2022, Spotube. All rights reserved
© {new Date().getFullYear()}, Spotube. All rights reserved
</chakra.p>

<Flex mx="-2">
Expand Down

0 comments on commit b59bea1

Please sign in to comment.