refactor(outbound-link): use icon prop

This commit is contained in:
Eric Y Liu 2021-04-30 16:47:48 -07:00
commit 3826002aab

View file

@ -12,7 +12,7 @@
on:mouseenter on:mouseenter
on:mouseleave on:mouseleave
target="_blank" target="_blank"
icon="{Launch16}"
> >
<slot /> <slot />
<Launch16 />
</Link> </Link>