From 2de24d5b55a58257f7764abfb19fcda5fe717d29 Mon Sep 17 00:00:00 2001 From: Alay Naru Date: Sun, 12 Oct 2025 18:49:44 +0530 Subject: [PATCH 1/2] fix(template): fix gengar template summary section not rendering in sidebar --- apps/artboard/src/templates/gengar.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index a1d5a86c..69650c55 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -531,6 +531,10 @@ const mapSectionToComponent = (section: SectionKey) => { case "education": { return ; } + case "summary": { + return ; + } + case "awards": { return ; } @@ -592,8 +596,6 @@ export const Gengar = ({ columns, isFirstPage = false }: TemplateProps) => {
0 ? "col-span-2" : "col-span-3")}> - {isFirstPage && } -
{main.map((section) => ( {mapSectionToComponent(section)} From 87370cfdf0399ea1b96f16767a9b60b4f207f961 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 18 Oct 2025 22:30:51 +0200 Subject: [PATCH 2/2] Apply suggestion from @AmruthPillai --- apps/artboard/src/templates/gengar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index 69650c55..b1948c45 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -531,6 +531,7 @@ const mapSectionToComponent = (section: SectionKey) => { case "education": { return ; } + case "summary": { return ; }