Fix styling issue

This commit is contained in:
Ramon Wenger 2024-11-11 17:03:58 +01:00
parent 20e2a2b172
commit bc2dd2ba6e
1 changed files with 1 additions and 1 deletions

View File

@ -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