Commit c04c82d1 authored by raphael.peim's avatar raphael.peim

Update navbar links

parent 41e3dda6
......@@ -18,14 +18,14 @@
</b-nav-item-dropdown>
<b-nav-item-dropdown text="Statistiques" right>
<b-dropdown-item>Mes statistiques</b-dropdown-item>
<b-dropdown-item>Meilleurs scores</b-dropdown-item>
<b-dropdown-item>Classement</b-dropdown-item>
<b-dropdown-item><router-link to="">Mes statistiques</router-link></b-dropdown-item>
<b-dropdown-item><router-link to="">Meilleurs scores</router-link></b-dropdown-item>
<b-dropdown-item><router-link to="">Classement</router-link></b-dropdown-item>
</b-nav-item-dropdown>
<b-nav-item-dropdown text="Utilisateur" right>
<b-dropdown-item>Profil</b-dropdown-item>
<b-dropdown-item @click="onClick">Déconnexion</b-dropdown-item>
<b-dropdown-item><router-link to="">Profil</router-link></b-dropdown-item>
<b-dropdown-item @click="onClick"><router-link to="">Déconnexion</router-link></b-dropdown-item>
</b-nav-item-dropdown>
</b-navbar-nav>
</b-collapse>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment