diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 4254cf7..9e0d4ab 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -3,6 +3,8 @@ import Link from "next/link"; import { ModeToggle } from "@/components/mode-toggle"; export function Footer() { + const year = new Date().getFullYear(); + return ( <>