Skip to content

Commit

Permalink
fix: login link
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 14, 2024
1 parent a109639 commit aa71eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const menuMobile = ref(false)
{{ translations['documentation'][props.locale] }}
</a>
<a
:href="getRelativeLocaleUrl(props.locale, 'login')"
href="https://web.capgo.app/login/"
title="Login"
target="_blank"
class="border-b-2 border-transparent text-base font-medium transition-all duration-200 hover:border-blue-600 focus:border-blue-600"
Expand Down

0 comments on commit aa71eeb

Please sign in to comment.