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