diff --git a/src/components/ui/card.tsx b/src/components/ui/card.tsx index 75cc3698..079a46f6 100644 --- a/src/components/ui/card.tsx +++ b/src/components/ui/card.tsx @@ -30,7 +30,7 @@ const CardHeader = React.forwardRef< CardHeader.displayName = "CardHeader"; const CardTitle = React.forwardRef< - HTMLParagraphElement, + HTMLHeadingElement, React.HTMLAttributes >(({ className, ...props }, ref) => (