We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id
name
1 parent 0899574 commit a3bda7eCopy full SHA for a3bda7e
dotcom-rendering/src/components/ArticleBody.tsx
@@ -142,7 +142,8 @@ export const ArticleBody = ({
142
const language = decideLanguage(lang);
143
const languageDirection = decideLanguageDirection(isRightToLeftLang);
144
const hasObserverPublicationTag = tags.find(
145
- (tag) => tag.type === 'Publication' && tag.title === 'The Observer',
+ (tag) =>
146
+ tag.type === 'Publication' && tag.id === 'publication/theobserver',
147
);
148
const ObserverFooter = () => {
149
return (
0 commit comments