Skip to content

Commit 4f9382a

Browse files
committed
chore: remove text transformations from mobile menu
1 parent de9602e commit 4f9382a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Header/MobileMenu.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ onUnmounted(deactivate)
114114

115115
<NuxtLink
116116
to="/cookie-policy"
117-
class="flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200 lowercase"
117+
class="flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200"
118118
@click="closeMenu"
119119
>
120120
<span class="i-carbon:cookie rtl-flip w-5 h-5 text-fg-muted" aria-hidden="true" />

0 commit comments

Comments
 (0)