diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index d0e9cc747..7dccf9713 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -187,7 +187,7 @@ const Section = ({ if (!section.visible || section.items.filter((item) => item.visible).length === 0) return null; return ( -
+

{section.name}

{ > {isFirstPage &&
} -
+
{sidebar.map((section) => ( {mapSectionToComponent(section)} ))} @@ -597,11 +594,9 @@ export const Gengar = ({ columns, isFirstPage = false }: TemplateProps) => {
0 ? "col-span-2" : "col-span-3")}> -
- {main.map((section) => ( - {mapSectionToComponent(section)} - ))} -
+ {main.map((section) => ( + {mapSectionToComponent(section)} + ))}
);