Skip to content

Commit c1352d2

Browse files
committed
style: remove external link indicator from links that already have an icon
1 parent 07127eb commit c1352d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && props.variant !
100100
<slot />
101101
<!-- automatically show icon indicating external link -->
102102
<span
103-
v-if="isLinkExternal"
103+
v-if="isLinkExternal && !classicon"
104104
class="i-carbon:launch rtl-flip w-3 h-3 opacity-50"
105105
aria-hidden="true"
106106
/>

0 commit comments

Comments
 (0)