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:
Ashirbad Sahu 2023-12-04 22:05:05 +05:30 committed by GitHub
parent a7b9398708
commit b59bea16f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">