From 37a0e56d0b535773214684bd23ca9c00a676a015 Mon Sep 17 00:00:00 2001 From: MdAnas <144697531+Anas-github-acc@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:19:33 +0530 Subject: [PATCH] Update card.tsx resolve the type error --- src/components/ui/card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => (