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 96c68e9 commit c27b00dCopy full SHA for c27b00d
dotcom-rendering/src/components/GalleryCaption.tsx
@@ -94,7 +94,7 @@ export const GalleryCaption = ({
94
format={format}
95
pageId={pageId}
96
webTitle={webTitle}
97
- context="ArticleMeta"
+ context="ImageCaption"
98
/>
99
</Island>
100
</figcaption>
dotcom-rendering/src/components/ShareButton.importable.tsx
@@ -24,7 +24,7 @@ type Props = {
24
25
type ButtonKind = 'native' | 'copy' | 'email';
26
27
-type Context = 'ArticleMeta' | 'LiveBlock' | 'SubMeta';
+type Context = 'ArticleMeta' | 'LiveBlock' | 'SubMeta' | 'ImageCaption';
28
29
const sharedButtonStyles = (sizeXSmall: boolean) => css`
30
transition: none;
0 commit comments