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.
2 parents b8f362a + 5198556 commit be69438Copy full SHA for be69438
catalog/src/components/copy-code-button.ts
@@ -80,7 +80,7 @@ export class CopyCodeButton extends LitElement {
80
aria-label=${this.label}
81
aria-label-selected=${this.successLabel}>
82
<md-icon>content_copy</md-icon>
83
- <md-icon slot="selected">checkmark</md-icon>
+ <md-icon slot="selected">check</md-icon>
84
</md-icon-button>
85
`;
86
}
0 commit comments