diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index a1d5a86c..b1948c45 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -531,6 +531,11 @@ const mapSectionToComponent = (section: SectionKey) => { case "education": { return ; } + + case "summary": { + return ; + } + case "awards": { return ; } @@ -592,8 +597,6 @@ export const Gengar = ({ columns, isFirstPage = false }: TemplateProps) => {
0 ? "col-span-2" : "col-span-3")}> - {isFirstPage && } -
{main.map((section) => ( {mapSectionToComponent(section)}