From fcd9e3de10a6809f99608373736fd5475b2b007b Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 30 May 2024 15:56:01 +0200 Subject: [PATCH] make search work --- front/src/components/widgets/Footer.astro | 2 +- front/src/components/widgets/Header.astro | 4 +- front/src/pages/maps.astro | 106 ++++++++++++++++------ 3 files changed, 83 insertions(+), 29 deletions(-) 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; --- -