FIX: mobile layout for easy skills
Better layout for easily explained skills
This commit is contained in:
parent
d8593a7280
commit
9ecafeba02
6 changed files with 75 additions and 27 deletions
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<a v-if="isExternal" :href="href" :target="target" class="text inline-flex-row">
|
||||
{{ content }}
|
||||
<Icon :name="`ph:arrow-square-out-duotone`" mode="svg" />
|
||||
<Icon name="ph:arrow-square-out-duotone" mode="svg" />
|
||||
</a>
|
||||
<NuxtLink v-else :to="href" class="text inline-flex-row">
|
||||
{{ content }}
|
||||
<Icon :name="`ph:link-simple-duotone`" mode="svg" />
|
||||
<Icon name="ph:link-simple-duotone" mode="svg" />
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue