Skip to content

Commit 41ef9aa

Browse files
authored
Merge branch 'main' into dina/admin-ab-tests-CODE-route
2 parents ee0a61c + e7c87b3 commit 41ef9aa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • dotcom-rendering/src/components/Card

dotcom-rendering/src/components/Card/Card.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,9 +1344,12 @@ export const Card = ({
13441344
<>
13451345
{showPill ? (
13461346
<>
1347-
{!!branding && isOnwardContent && (
1348-
<LabsBranding />
1349-
)}
1347+
{!!branding &&
1348+
format.theme ===
1349+
ArticleSpecial.Labs &&
1350+
isOnwardContent && (
1351+
<LabsBranding />
1352+
)}
13501353
<MediaOrNewsletterPill />
13511354
</>
13521355
) : (

0 commit comments

Comments
 (0)