We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b722876 commit ced0b6eCopy full SHA for ced0b6e
apps/frontend/src/components/ui/Navigation.vue
@@ -12,8 +12,12 @@
12
<span class="text-xl font-bold">Blueprint</span>
13
</NuxtLink>
14
<div class="flex items-center justify-between space-x-4">
15
- <NuxtLink to="/browse"> Extensions </NuxtLink>
16
- <NuxtLink to="/docs"> Documentation </NuxtLink>
+ <NuxtLink to="/browse" class="hover:text-brand-50 transition-colors">
+ Extensions
17
+ </NuxtLink>
18
+ <NuxtLink to="/docs" class="hover:text-brand-50 transition-colors">
19
+ Documentation
20
21
</div>
22
23
0 commit comments