mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
website: dynamic copyright year in footer (#923)
* Update copyright year in footer to 2023 * Update copyright year to be dynamic
This commit is contained in:
parent
a7b9398708
commit
b59bea16f0
@ -49,7 +49,7 @@ const Footer = () => {
|
|||||||
color: "white",
|
color: "white",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
© 2022, Spotube. All rights reserved
|
© {new Date().getFullYear()}, Spotube. All rights reserved
|
||||||
</chakra.p>
|
</chakra.p>
|
||||||
|
|
||||||
<Flex mx="-2">
|
<Flex mx="-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user