Skip to content

Commit

Permalink
fix: headers
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 29, 2023
1 parent 6d2454e commit 546e7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ const menuMobile = ref(false)
>
Pricing
</NuxtLink>
<a
href="/blog/"
<NuxtLink
to="/blog/"
title="Blog"
class="text-base font-medium duration-200 transition-all duration-200 border-b-2 border-transparent hover:border-blue-600 focus:border-blue-600"
>
Blog
</a>
</NuxtLink>
<NuxtLink
to="https://docs.capgo.app/"
title="Documentation"
Expand Down

0 comments on commit 546e7eb

Please sign in to comment.