mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 01:28:42 +01:00
Linted code
This commit is contained in:
@@ -9,7 +9,7 @@ defineProps({
|
||||
required: true
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
type: String
|
||||
},
|
||||
blanked: {
|
||||
type: Boolean,
|
||||
@@ -24,7 +24,11 @@ defineProps({
|
||||
:target="blanked ? '_blank' : '_self'"
|
||||
class="sofia border-b border-gray-200 hover:border-black duration-300 dark:border-neutral-800 dark:hover:border-white flex gap-1 items-center pb-.5"
|
||||
>
|
||||
<Icon v-if="icon" :name="icon" size="20"/>
|
||||
<Icon
|
||||
v-if="icon"
|
||||
:name="icon"
|
||||
size="20"
|
||||
/>
|
||||
<span class="font-bold text-md text-black dark:text-white">{{ label }}</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user