Skip to content

Commit ead8d9d

Browse files
authored
Add title attribute to clipboard icon
1 parent 1f83554 commit ead8d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/CopyToClipboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default class extends React.PureComponent {
9797
}
9898

9999
return (
100-
<span class="copy-to-clipboard-container">
100+
<span class="copy-to-clipboard-container" title="Copy to clipboard">
101101
<span
102102
style={{
103103
...style,

0 commit comments

Comments
 (0)