diff --git a/apps/web/app/[locale]/(marketing)/_components/site-footer.tsx b/apps/web/app/[locale]/(marketing)/_components/site-footer.tsx index aade27cfd..4ea2a00f8 100644 --- a/apps/web/app/[locale]/(marketing)/_components/site-footer.tsx +++ b/apps/web/app/[locale]/(marketing)/_components/site-footer.tsx @@ -2,37 +2,44 @@ import { Footer } from '@kit/ui/marketing'; import { Trans } from '@kit/ui/trans'; import { AppLogo } from '~/components/app-logo'; -import appConfig from '~/config/app.config'; export function SiteFooter() { return (