fix: use menu tag everywhere
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-04-03 12:09:58 +02:00
parent 4d5d1b3e31
commit 154d85bd3f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<router-link :to="{name: 'home'}" class="logo">
<Logo width="164" height="48"/>
</router-link>
<ul class="menu-list other-menu-items">
<menu class="menu-list other-menu-items">
<li>
<router-link :to="{ name: 'home'}" v-shortcut="'g o'">
<span class="menu-item-icon icon">
@ -45,7 +45,7 @@
{{ $t('team.title') }}
</router-link>
</li>
</ul>
</menu>
</nav>
<Loading variant="small" v-if="projectsLoading"/>