Skip to content

Commit

Permalink
chore: apply automated lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 30, 2024
1 parent 81c2a93 commit 1a7dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base/components/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { size = 'size-5', text = true } = defineProps<LogoProps>()
<template>
<div class="flex items-center gap-2">
<UIcon name="custom:shelve" :size />
<NuxtLink to="/" class="font-semibold" v-if="text" aria-label="Shelve">
<NuxtLink v-if="text" to="/" class="font-semibold" aria-label="Shelve">
Shelve
</NuxtLink>
</div>
Expand Down

0 comments on commit 1a7dc1d

Please sign in to comment.