From bc521382db7f37ab70a93a2e80fb453ec42641e2 Mon Sep 17 00:00:00 2001 From: myung03 Date: Fri, 30 Aug 2024 20:28:26 -0700 Subject: [PATCH] fixed css class issue --- apps/landing/src/components/BentoBox.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/landing/src/components/BentoBox.tsx b/apps/landing/src/components/BentoBox.tsx index a3c65b4e2..290eec74e 100644 --- a/apps/landing/src/components/BentoBox.tsx +++ b/apps/landing/src/components/BentoBox.tsx @@ -21,9 +21,9 @@ export function BentoBox({ imageSrc, imageAlt, title, titleColor, description }: src={imageSrc} /> -
+
-
+

{title}

{description}