Skip to content

Commit b59bea1

Browse files
authored
website: dynamic copyright year in footer (#923)
* Update copyright year in footer to 2023 * Update copyright year to be dynamic
1 parent a7b9398 commit b59bea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/components/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Footer = () => {
4949
color: "white",
5050
}}
5151
>
52-
© 2022, Spotube. All rights reserved
52+
© {new Date().getFullYear()}, Spotube. All rights reserved
5353
</chakra.p>
5454

5555
<Flex mx="-2">

0 commit comments

Comments
 (0)