Skip to content

Commit f3e29c2

Browse files
nmergetmfranzke
andauthored
Update showcases/react-showcase/src/components/card/index.tsx
Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 506e194 commit f3e29c2

File tree

1 file changed

+1
-1
lines changed
  • showcases/react-showcase/src/components/card

1 file changed

+1
-1
lines changed

showcases/react-showcase/src/components/card/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const getCard = ({
2020
</DBCard>
2121
);
2222

23-
return behavior === 'interactive' ? <button>{card}</button> : card;
23+
return behavior === 'interactive' ? <button type="button" aria-label="button copy">{card}</button> : card;
2424
};
2525

2626
const CardComponent = (props: BaseComponentProps) => {

0 commit comments

Comments
 (0)