forked from Ivasoft/geovisio-website
fix header links
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user