Skip to content

Commit ced0b6e

Browse files
committed
feat: hover anims for navbar buttons??
1 parent b722876 commit ced0b6e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/frontend/src/components/ui/Navigation.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212
<span class="text-xl font-bold">Blueprint</span>
1313
</NuxtLink>
1414
<div class="flex items-center justify-between space-x-4">
15-
<NuxtLink to="/browse"> Extensions </NuxtLink>
16-
<NuxtLink to="/docs"> Documentation </NuxtLink>
15+
<NuxtLink to="/browse" class="hover:text-brand-50 transition-colors">
16+
Extensions
17+
</NuxtLink>
18+
<NuxtLink to="/docs" class="hover:text-brand-50 transition-colors">
19+
Documentation
20+
</NuxtLink>
1721
</div>
1822
</div>
1923
</div>

0 commit comments

Comments
 (0)