Skip to content

Commit

Permalink
fix: login button link
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Nov 7, 2023
1 parent 7619aeb commit e276a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/UIHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ const dropdownItems = computed(() => ([
</div>
</template>
</UDropdown>
<button v-else class="btn btn-neutral" to="/login">
<NuxtLink v-else class="btn btn-neutral" to="/login">
Login
</button>
</NuxtLink>
</div>
</div>
</template>

0 comments on commit e276a30

Please sign in to comment.