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}