From 7bd2f83f9730807752126c7fae9d91c61cf4a15f Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 11 Nov 2024 20:12:39 -0800 Subject: [PATCH] Wrap test in suggestionCard --- .../web/app/components/suggestions/suggestionCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interface/web/app/components/suggestions/suggestionCard.tsx b/src/interface/web/app/components/suggestions/suggestionCard.tsx index 180328fa..87c674d4 100644 --- a/src/interface/web/app/components/suggestions/suggestionCard.tsx +++ b/src/interface/web/app/components/suggestions/suggestionCard.tsx @@ -19,11 +19,11 @@ export default function SuggestionCard(data: SuggestionCardProps) { const cardContent = ( -
- +
+ {convertSuggestionTitleToIconClass(data.title, data.color.toLowerCase())} {data.body}