We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
font-sans
1 parent 8ec56b4 commit 3a17d4dCopy full SHA for 3a17d4d
1 file changed
app/components/TheLogo.vue
@@ -2,6 +2,6 @@
2
<NuxtLink to="/" class="text-lg font-bold font-display tracking-tight flex items-center gap-2">
3
<NuxtImg format="webp" src="/logo.png" alt="An icon of a magical eye in V" class="w-8 h-8 -mt-1" width="32" height="32" />
4
<span>VisiMate<span class="text-sm">.au</span></span>
5
- <UBadge color="primary" variant="subtle">Alpha</UBadge>
+ <UBadge color="primary" variant="subtle" class="font-sans">Alpha</UBadge>
6
</NuxtLink>
7
</template>
0 commit comments