diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 9c70b62..7ae7337 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -16,7 +16,7 @@ export function Footer({footerMenu}: FooterProps) { let isError = fetcher.state === 'idle' && fetcher.data?.errors; return (