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.
1 parent c26190f commit a2ecd44Copy full SHA for a2ecd44
dotcom-rendering/src/components/SubMeta.tsx
@@ -147,7 +147,7 @@ export const SubMeta = ({
147
};
148
const { links, hasLinks } = createLinks();
149
150
- const showSindicationButton =
+ const showSyndicationButton =
151
format.design !== ArticleDesign.Interactive &&
152
format.design !== ArticleDesign.Gallery;
153
@@ -198,7 +198,7 @@ export const SubMeta = ({
198
/>
199
</Island>
200
<div css={syndicationButtonOverrides}>
201
- {showSindicationButton ? (
+ {showSyndicationButton ? (
202
<LinkButton
203
priority="tertiary"
204
size="xsmall"
0 commit comments