We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7150ddc commit 8b5c0acCopy full SHA for 8b5c0ac
packages/react-code-blocks/src/components/CopyBlock.tsx
@@ -94,7 +94,7 @@ export default function CopyBlock({
94
// @ts-ignore
95
<Code text={text} theme={theme} {...rest} />
96
)}
97
- <Button type="button" onClick={handler} {...{ theme, copied }}>
+ <Button aria-label="Copy Code" type="button" onClick={handler} {...{ theme, copied }}>
98
<Copy
99
color={copied ? theme.stringColor : theme.textColor}
100
copied={copied}
0 commit comments