We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019c504 commit d5f51c4Copy full SHA for d5f51c4
components/AppFooter.vue
@@ -6,7 +6,7 @@
6
:class="isRevealed ? 'opacity-100 translate-y-0' : 'opacity-0 translate-y-8'"
7
>
8
<div class="container mx-auto px-4">
9
- <p class="text-sm text-[var(--text-secondary)]/60 mono tracking-widest">
+ <p class="text-sm text-[var(--text-secondary)]/60 tracking-widest">
10
Designed & Built by Yash R (<span class="text-[#F97316] font-bold">opendev-labs</span>) © {{ currentYear }}
11
</p>
12
0 commit comments