diff --git a/src/components/resume/shared/page-section.tsx b/src/components/resume/shared/page-section.tsx index 0a0bba436..fd83f4688 100644 --- a/src/components/resume/shared/page-section.tsx +++ b/src/components/resume/shared/page-section.tsx @@ -21,16 +21,16 @@ export function PageSection({ type, className, children }
{section.title || getSectionTitle(type)}
- +
); }