diff --git a/front/src/components/widgets/Footer.astro b/front/src/components/widgets/Footer.astro index fa91dd0..a599610 100644 --- a/front/src/components/widgets/Footer.astro +++ b/front/src/components/widgets/Footer.astro @@ -26,7 +26,7 @@ export interface Props { const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme = 'light' } = Astro.props; --- -