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 506e194 commit f3e29c2Copy full SHA for f3e29c2
showcases/react-showcase/src/components/card/index.tsx
@@ -20,7 +20,7 @@ const getCard = ({
20
</DBCard>
21
);
22
23
- return behavior === 'interactive' ? <button>{card}</button> : card;
+ return behavior === 'interactive' ? <button type="button" aria-label="button copy">{card}</button> : card;
24
};
25
26
const CardComponent = (props: BaseComponentProps) => {
0 commit comments