We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee0a61c + e7c87b3 commit 41ef9aaCopy full SHA for 41ef9aa
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