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 (
Copyright © by ClueLess 2023
+© {currentYear} by ClueLess
Powered by Clueless