From 2ae7b82a373a93e07b065a4eb3dcb6509ca3a542 Mon Sep 17 00:00:00 2001 From: Charlie RABILLER Date: Tue, 16 Mar 2021 08:15:03 +0100 Subject: [PATCH] add pub components --- components/site/section/SectionDesc.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/site/section/SectionDesc.tsx b/components/site/section/SectionDesc.tsx index e56dba1..6c7740a 100644 --- a/components/site/section/SectionDesc.tsx +++ b/components/site/section/SectionDesc.tsx @@ -24,7 +24,7 @@ const SectionDesc = ({ title, items, id, hasCommingSoon, isTemplate }: Props) =>

{title}

-
+
{items.map((section) => { return (