diff --git a/components/shared/Footer.tsx b/components/shared/Footer.tsx index 4860c472..82d88d7a 100644 --- a/components/shared/Footer.tsx +++ b/components/shared/Footer.tsx @@ -7,6 +7,7 @@ import GitHubIcon from '@mui/icons-material/GitHub'; import Link from 'next/link'; const Footer: React.FC = () => { + const currentYear = new Date().getFullYear(); const ClueLogo = (color: string) => { return (
@@ -127,7 +128,7 @@ const Footer: React.FC = () => {
-

Copyright © by ClueLess 2023

+

© {currentYear} by ClueLess

Powered by Clueless