Skip to content

Commit be69438

Browse files
Merge pull request #5697 from yashrajbharti:main
PiperOrigin-RevId: 663839977
2 parents b8f362a + 5198556 commit be69438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/src/components/copy-code-button.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class CopyCodeButton extends LitElement {
8080
aria-label=${this.label}
8181
aria-label-selected=${this.successLabel}>
8282
<md-icon>content_copy</md-icon>
83-
<md-icon slot="selected">checkmark</md-icon>
83+
<md-icon slot="selected">check</md-icon>
8484
</md-icon-button>
8585
`;
8686
}

0 commit comments

Comments
 (0)