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}