Skip to content

Commit 3a17d4d

Browse files
committed
fix: Badge in logo should use font-sans
1 parent 8ec56b4 commit 3a17d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/TheLogo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<NuxtLink to="/" class="text-lg font-bold font-display tracking-tight flex items-center gap-2">
33
<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" />
44
<span>VisiMate<span class="text-sm">.au</span></span>
5-
<UBadge color="primary" variant="subtle">Alpha</UBadge>
5+
<UBadge color="primary" variant="subtle" class="font-sans">Alpha</UBadge>
66
</NuxtLink>
77
</template>

0 commit comments

Comments
 (0)