Fix styling issue
This commit is contained in:
parent
20e2a2b172
commit
bc2dd2ba6e
|
|
@ -27,7 +27,7 @@ const isExternalLink = computed(() => {
|
|||
target="_blank"
|
||||
>
|
||||
<slot />
|
||||
<it-icon-external-link class="w-6" />
|
||||
<it-icon-external-link class="h-6 w-6" />
|
||||
</a>
|
||||
<!-- make `:to` explicit -->
|
||||
<router-link
|
||||
|
|
|
|||
Loading…
Reference in New Issue