From 8c544cf40136623cb6455e3077236a9832c51cc1 Mon Sep 17 00:00:00 2001 From: Bacati Date: Thu, 17 Oct 2024 10:22:26 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20securit=C3=A9=20sur=20les=20a=20hr?= =?UTF-8?q?ef?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/global/Cards.astro | 2 +- src/components/global/CardsCate.astro | 2 +- src/components/global/TemplateConfig.astro | 4 +- src/components/layouts/Footer.astro | 8 ++-- src/components/layouts/Header.astro | 44 +++++++++++----------- src/pages/categorie/allDays.astro | 3 +- src/pages/categorie/competition.astro | 5 ++- src/pages/categorie/cycle.astro | 2 +- src/pages/categorie/esthetique.astro | 2 +- 9 files changed, 37 insertions(+), 35 deletions(-) diff --git a/src/components/global/Cards.astro b/src/components/global/Cards.astro index c38d999..e929af7 100644 --- a/src/components/global/Cards.astro +++ b/src/components/global/Cards.astro @@ -2,7 +2,7 @@ const { title, description, price, imageSrc, lien, logo, typeMotor, typeMotor1 } = Astro.props; import { Eye } from 'lucide-astro'; --- - +

{title}

diff --git a/src/components/global/CardsCate.astro b/src/components/global/CardsCate.astro index bf15d8f..c8c5268 100644 --- a/src/components/global/CardsCate.astro +++ b/src/components/global/CardsCate.astro @@ -1,7 +1,7 @@ --- const { title, imageSrc, lien, entreprise } = Astro.props; --- -
+ diff --git a/src/components/layouts/Footer.astro b/src/components/layouts/Footer.astro index f2f0458..c3b012c 100644 --- a/src/components/layouts/Footer.astro +++ b/src/components/layouts/Footer.astro @@ -12,10 +12,10 @@ export interface Props {