diff --git a/frontend/src/components/common/Card.tsx b/frontend/src/components/common/Card.tsx index 4b6c5d6a..6ead4af3 100644 --- a/frontend/src/components/common/Card.tsx +++ b/frontend/src/components/common/Card.tsx @@ -57,9 +57,9 @@ export const CardHeader: React.FC = ({ {...props} >
-

{title}

+

{title}

{subtitle && ( -

{subtitle}

+

{subtitle}

)}
{action &&
{action}
} @@ -95,7 +95,7 @@ export const CardFooter: React.FC = ({ return (