mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Dashboard: fix docs link after logging in, move logout button to the right
This commit is contained in:
parent
735eddae17
commit
c5c0ed55d0
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
|||
<div class="navbar-menu is-active">
|
||||
<div class="navbar-start">
|
||||
<router-link to="/dashboard" class="navbar-item">Guilds</router-link>
|
||||
<a href="#" class="navbar-item">Docs</a>
|
||||
<a href="/docs" class="navbar-item">Documentation</a>
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
<a href="javascript:void(0)" class="navbar-item" v-on:click="logout()">Log out</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue