From 0838ef3f59e1160241c73757fd29d9ce240f7fe2 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 5 Oct 2023 11:33:47 +0100 Subject: [PATCH] fix tailwind issue --- .../components/building-passport/RecommendationContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/building-passport/RecommendationContainer.tsx b/src/app/components/building-passport/RecommendationContainer.tsx index b7dc87b..9780819 100644 --- a/src/app/components/building-passport/RecommendationContainer.tsx +++ b/src/app/components/building-passport/RecommendationContainer.tsx @@ -78,7 +78,7 @@ export default function RecommendationContainer({ return ( <> -
+
-
+
{Object.entries(categorizedRecommendations).map( ([componentType, recommendationData], idx) => { return (