diff --git a/app/components/layout/Footer.tsx b/app/components/layout/Footer.tsx index 637ca78e94..839d4ebdd1 100644 --- a/app/components/layout/Footer.tsx +++ b/app/components/layout/Footer.tsx @@ -18,11 +18,11 @@ import { DiscordIcon } from "../icons/Discord"; import { GitHubIcon } from "../icons/GitHub"; import { PatreonIcon } from "../icons/Patreon"; -const currentYear = new Date().getFullYear(); - function _Footer() { const { t } = useTranslation(); + const currentYear = new Date().getFullYear(); + return (