We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de87d0 commit e7c87b3Copy full SHA for e7c87b3
1 file changed
dotcom-rendering/src/components/Card/Card.tsx
@@ -1344,9 +1344,12 @@ export const Card = ({
1344
<>
1345
{showPill ? (
1346
1347
- {!!branding && isOnwardContent && (
1348
- <LabsBranding />
1349
- )}
+ {!!branding &&
+ format.theme ===
+ ArticleSpecial.Labs &&
1350
+ isOnwardContent && (
1351
+ <LabsBranding />
1352
+ )}
1353
<MediaOrNewsletterPill />
1354
</>
1355
) : (
0 commit comments