We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0f590 commit d9816f9Copy full SHA for d9816f9
app/components/import-example.hbs
@@ -5,7 +5,7 @@
5
{{#if this.showClipboardSuccessIcon}}
6
{{svg-jar 'success' width='24px' height='24px'}}
7
{{else}}
8
- <CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @title='Copy to clipboard' @success={{this.showSuccess}}>
+ <CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @success={{this.showSuccess}}>
9
{{svg-jar 'copy' width='24px' height='24px'}}
10
</CopyButton>
11
{{/if}}
0 commit comments