From 92ed3cddb6517828db9d6efd8e49d4483af50583 Mon Sep 17 00:00:00 2001 From: Bacati Date: Mon, 30 Sep 2024 22:46:54 +0200 Subject: [PATCH] espacement et agrandissement categorie --- src/components/global/TemplateConfig.astro | 4 ++-- src/pages/allDays.astro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/global/TemplateConfig.astro b/src/components/global/TemplateConfig.astro index b3e15c1..dba44bf 100644 --- a/src/components/global/TemplateConfig.astro +++ b/src/components/global/TemplateConfig.astro @@ -32,7 +32,7 @@ import { ChevronDown, ChevronLeft, ChevronRight } from 'lucide-astro';

{title}

{enderTitle}

-

{description}

+

{description}

Coût total :

{price}€

@@ -46,7 +46,7 @@ import { ChevronDown, ChevronLeft, ChevronRight } from 'lucide-astro';
{pieces.map((piece: string, index: number) => ( -

{piece}€

+

{piece}€

))}
diff --git a/src/pages/allDays.astro b/src/pages/allDays.astro index 247b866..dff1e29 100644 --- a/src/pages/allDays.astro +++ b/src/pages/allDays.astro @@ -17,9 +17,9 @@ import { categories } from 'libs/configurations';
-
+
{categories.map(category => ( - + {category.label} ))}