fix header links

This commit is contained in:
Andreani Jean
2023-07-03 23:02:30 +02:00
parent d71c0ee835
commit d5862cc021

View File

@@ -35,7 +35,7 @@
</li>
<li v-if="userProfileUrl && isLogged" class="logged-link">
<Link
path="mes-informations"
path="/mes-informations"
icon="bi bi-person"
:text="$t('general.header.my_information_text')"
@click.native="menuIsClosed = true"
@@ -43,7 +43,7 @@
</li>
<li v-if="userProfileUrl && isLogged" class="logged-link">
<Link
path="mes-parametres"
path="/mes-parametres"
icon="bi bi-gear"
:text="$t('general.header.my_settings_text')"
@click.native="menuIsClosed = true"