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}
-
+ ) })}