Skip to content

Commit d5f51c4

Browse files
author
AgentBash Bot
committed
style(footer): changed footer font to sans-serif to match branding
1 parent 019c504 commit d5f51c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:class="isRevealed ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-8'"
77
>
88
<div class="container mx-auto px-4">
9-
<p class="text-sm text-[var(--text-secondary)]/60 mono tracking-widest">
9+
<p class="text-sm text-[var(--text-secondary)]/60 tracking-widest">
1010
Designed & Built by Yash R (<span class="text-[#F97316] font-bold">opendev-labs</span>) © {{ currentYear }}
1111
</p>
1212

0 commit comments

Comments
 (0)