Skip to content

Commit 344e50a

Browse files
committed
style: fix casing
1 parent 6acba09 commit 344e50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const isHome = computed(() => route.name === 'index')
2020
</NuxtLink>
2121
<NuxtLink
2222
to="/privacy"
23-
class="link-subtle font-mono text-xs min-h-11 flex items-center gap-1 lowercase"
23+
class="link-subtle font-mono text-xs min-h-11 flex items-center gap-1"
2424
>
2525
{{ $t('privacy_policy.title') }}
2626
</NuxtLink>

0 commit comments

Comments
 (0)