Skip to content

Commit

Permalink
fixed bug nav
Browse files Browse the repository at this point in the history
  • Loading branch information
d3liaa committed Jun 9, 2024
1 parent 2ca6698 commit 119a54b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/layouts/partials/nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<b-navbar-nav class="flex-grow-1 align-items-center">
<b-nav-item-dropdown text="How to">
<b-dropdown-item
:to="localePath('how-to-add/')"
:to="localePath('/how-to-add/')"
@click="$emit('hide-overlay')"
>
Add a webcomponent
</b-dropdown-item>
<b-dropdown-item
:to="localePath('how-to-create/')"
:to="localePath('/how-to-create/')"
@click="$emit('hide-overlay')"
>
Create a webcomponent
</b-dropdown-item>
</b-nav-item-dropdown>
<b-nav-item
:to="localePath('validator/')"
:to="localePath('/validator/')"
@click="$emit('hide-overlay')"
>
Validator
Expand Down

0 comments on commit 119a54b

Please sign in to comment.