From 4572fefa0d5aa88b41a135cc03442b93baf8a1ff Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 18:25:52 +0200 Subject: [PATCH] Actualiser src/features/editor/card.jsx --- src/features/editor/card.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/editor/card.jsx b/src/features/editor/card.jsx index 03913d1..d7228dc 100644 --- a/src/features/editor/card.jsx +++ b/src/features/editor/card.jsx @@ -6,12 +6,12 @@ export default function Card(props) { ' mb-2 mr-3 flex flex-col justify-start border border-gray-300 rounded-md shadow-md bg-white' } > -
-

+
+

{props.header}

-
+
{props.children}