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 3298bba commit c550c19Copy full SHA for c550c19
src/components/MDXComponents/MDXCopyCodeButton.tsx
@@ -36,7 +36,7 @@ export const MDXCopyCodeButton = ({
36
disabled={copied}
37
className="code-copy"
38
testId={testId}
39
- aria-describedby={title ? undefined : codeId}
+ aria-describedby={codeId}
40
>
41
<IconClipboard /> {copied ? 'Copied!' : 'Copy'}
42
<VisuallyHidden>
0 commit comments