mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
refactor(outbound-link): use icon prop
This commit is contained in:
parent
7e108acead
commit
3826002aab
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
on:mouseenter
|
on:mouseenter
|
||||||
on:mouseleave
|
on:mouseleave
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
icon="{Launch16}"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
<Launch16 />
|
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue