diff --git a/apps/web/app/(marketing)/_components/site-footer.tsx b/apps/web/app/(marketing)/_components/site-footer.tsx index 20dfd6e34..afeec5710 100644 --- a/apps/web/app/(marketing)/_components/site-footer.tsx +++ b/apps/web/app/(marketing)/_components/site-footer.tsx @@ -5,8 +5,6 @@ import { Trans } from '@kit/ui/trans'; import { AppLogo } from '~/components/app-logo'; import appConfig from '~/config/app.config'; -const YEAR = new Date().getFullYear(); - export function SiteFooter() { return (