From 99c41ab74dbe95984d693769a906ec9ce86435b2 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Mon, 16 Dec 2024 16:03:07 +0100 Subject: [PATCH] Refactor InfoBoxItem component to use the existing border class --- components/shared/infoBox/InfoBoxItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/shared/infoBox/InfoBoxItem.tsx b/components/shared/infoBox/InfoBoxItem.tsx index 242e3d5..9073a2a 100644 --- a/components/shared/infoBox/InfoBoxItem.tsx +++ b/components/shared/infoBox/InfoBoxItem.tsx @@ -20,7 +20,7 @@ const InfoBoxItem = ({ term, description, isButtons = false }: InfoBoxItemProps) return ( <> -
+
{term}
{!isButtons &&
{description.join(", ")}
} {isButtons && (