diff --git a/src/components/resume/shared/page-section.tsx b/src/components/resume/shared/page-section.tsx index 118bb43d6..2065a1c2a 100644 --- a/src/components/resume/shared/page-section.tsx +++ b/src/components/resume/shared/page-section.tsx @@ -21,9 +21,7 @@ export function PageSection({ type, className, children } return (
-
- {section.title || getSectionTitle(type)} -
+
{section.title || getSectionTitle(type)}