diff --git a/components/ui/action-card/ActionCard.tsx b/components/ui/action-card/ActionCard.tsx index a874c0dee8..aa078bfc6a 100644 --- a/components/ui/action-card/ActionCard.tsx +++ b/components/ui/action-card/ActionCard.tsx @@ -60,18 +60,18 @@ export const ActionCard = React.forwardRef( shadow="sm" {...props} > - +
-

{title}

-

+

{title}

+

{description || children}