From 34ea8c0661a9e180f3f2d50f4f28861b67f5c626 Mon Sep 17 00:00:00 2001 From: Tagaishi Date: Wed, 2 Aug 2023 12:54:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A1=20forgot=20a=20question=20mark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/InfoCard/InfoCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InfoCard/InfoCard.tsx b/src/components/InfoCard/InfoCard.tsx index 90f660da4..300414413 100644 --- a/src/components/InfoCard/InfoCard.tsx +++ b/src/components/InfoCard/InfoCard.tsx @@ -6,7 +6,7 @@ import { IconInfoCircle } from '@tabler/icons-react'; interface InfoCardProps { bg?: SystemProp; - cardProp: Partial; + cardProp?: Partial; content: string; hoverProp?: Partial; position?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"