We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07127eb commit c1352d2Copy full SHA for c1352d2
app/components/Link/Base.vue
@@ -100,7 +100,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
100
<slot />
101
<!-- automatically show icon indicating external link -->
102
<span
103
- v-if="isLinkExternal"
+ v-if="isLinkExternal && !classicon"
104
class="i-carbon:launch rtl-flip w-3 h-3 opacity-50"
105
aria-hidden="true"
106
/>
0 commit comments