From f87feec746dec446bb459cd4a9732bfc74f683ca Mon Sep 17 00:00:00 2001 From: Charlotte Date: Fri, 27 Mar 2026 11:32:46 +0000 Subject: [PATCH] prevent showing branding on front containers without branding type label --- .../src/components/FrontSectionTitle.tsx | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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': {