From 41b0c57725c928e74bc07140f0a1f0aff2b0ccb2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 26 Jan 2026 11:16:05 +0100 Subject: [PATCH] fix pikachu template to respect the `fullWidth` property --- src/components/resume/templates/pikachu.tsx | 43 ++++++++++++--------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/components/resume/templates/pikachu.tsx b/src/components/resume/templates/pikachu.tsx index f3c28fe37..592db5d47 100644 --- a/src/components/resume/templates/pikachu.tsx +++ b/src/components/resume/templates/pikachu.tsx @@ -26,28 +26,33 @@ export function PikachuTemplate({ pageIndex, pageLayout }: TemplateProps) { return (
- + )}
- {isFirstPage &&
} +
+ {fullWidth && } + {isFirstPage &&
} +
{main.map((section) => {