From 8cccdafcf1de442c10a8b4f9a2f2e0aa10f11ce1 Mon Sep 17 00:00:00 2001 From: Pontus Dreij Date: Thu, 19 Sep 2024 15:15:50 +0200 Subject: [PATCH] feat(sw-213): updated html to section --- components/Content/Blocks/TextCols/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Content/Blocks/TextCols/index.tsx b/components/Content/Blocks/TextCols/index.tsx index 9f339bc3c..afcc6d0cf 100644 --- a/components/Content/Blocks/TextCols/index.tsx +++ b/components/Content/Blocks/TextCols/index.tsx @@ -12,7 +12,7 @@ export default function TextCols({ textCols }: TextColsProps) {
{textCols.columns.map((col) => { return ( -
+
{col.title}
-
+ ) })}