Move "Teams" menu further down the list

This commit is contained in:
kolaente 2020-12-23 21:28:32 +01:00
parent f9d295fc67
commit ab24885ee9
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 8 deletions

View File

@ -21,14 +21,6 @@
Upcoming
</router-link>
</li>
<li>
<router-link :to="{ name: 'teams.index'}">
<span class="icon">
<icon icon="users"/>
</span>
Teams
</router-link>
</li>
<li>
<router-link :to="{ name: 'namespaces.index'}">
<span class="icon">
@ -45,6 +37,14 @@
Labels
</router-link>
</li>
<li>
<router-link :to="{ name: 'teams.index'}">
<span class="icon">
<icon icon="users"/>
</span>
Teams
</router-link>
</li>
</ul>
</div>