Skip to content

Commit d9816f9

Browse files
committed
fix tests
1 parent fc0f590 commit d9816f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/import-example.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{#if this.showClipboardSuccessIcon}}
66
{{svg-jar 'success' width='24px' height='24px'}}
77
{{else}}
8-
<CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @title='Copy to clipboard' @success={{this.showSuccess}}>
8+
<CopyButton @text={{concat 'import ' @item " from '" @package "';"}} @success={{this.showSuccess}}>
99
{{svg-jar 'copy' width='24px' height='24px'}}
1010
</CopyButton>
1111
{{/if}}

0 commit comments

Comments
 (0)