diff --git a/dotcom-rendering/src/components/Card/Card.tsx b/dotcom-rendering/src/components/Card/Card.tsx index 0123afc7a1..097d68af3f 100644 --- a/dotcom-rendering/src/components/Card/Card.tsx +++ b/dotcom-rendering/src/components/Card/Card.tsx @@ -6,7 +6,7 @@ import { space, } from '@guardian/source/foundations'; import { Hide, Link, SvgCamera } from '@guardian/source/react-components'; -import { ArticleDesign, type ArticleFormat } from '../../lib/articleFormat'; +import { ArticleDesign, type ArticleFormat, ArticleSpecial } from '../../lib/articleFormat'; import { isMediaCard as isAMediaCard } from '../../lib/cardHelpers'; import { getZIndex } from '../../lib/getZIndex'; import { DISCUSSION_ID_DATA_ATTRIBUTE } from '../../lib/useCommentCount'; @@ -898,18 +898,20 @@ export const Card = ({ {showPill ? ( <> - {branding && ( - - )} + {format.theme === + ArticleSpecial.Labs && + branding && ( + + )} ) : (