diff --git a/dotcom-rendering/src/components/FrontSectionTitle.tsx b/dotcom-rendering/src/components/FrontSectionTitle.tsx index c12226a76e2..67855fae9a7 100644 --- a/dotcom-rendering/src/components/FrontSectionTitle.tsx +++ b/dotcom-rendering/src/components/FrontSectionTitle.tsx @@ -149,20 +149,9 @@ export const FrontSectionTitle = ({ } return ( - <> - - - -
- - - - {title} -
- +
+ {title} +
); } case 'sponsored': {