diff --git a/apps/public/components/footer.tsx b/apps/public/components/footer.tsx index 7f751f95..3ddfffe6 100644 --- a/apps/public/components/footer.tsx +++ b/apps/public/components/footer.tsx @@ -8,6 +8,8 @@ import { Tag } from './tag'; import { Button } from './ui/button'; export function Footer() { + const year = new Date().getFullYear(); + return (