mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 06:23:08 +02:00
Clean up
This commit is contained in:
parent
40b27e8ad8
commit
e57c6f94d2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<button class="item _button account" @click="openAccountMenu">
|
<button class="item _button account" @click="openAccountMenu">
|
||||||
<MkAvatar :user="$store.state.i" class="avatar"/><MkAcct class="text" :user="$store.state.i"/>
|
<MkAvatar :user="$store.state.i" class="avatar"/><MkAcct class="text" :user="$store.state.i"/>
|
||||||
</button>
|
</button>
|
||||||
<MkA class="item index" active-class="active" to="/" exact v-else>
|
<MkA class="item index" active-class="active" to="/" exact>
|
||||||
<Fa :icon="faHome" fixed-width/><span class="text">{{ $t('timeline') }}</span>
|
<Fa :icon="faHome" fixed-width/><span class="text">{{ $t('timeline') }}</span>
|
||||||
</MkA>
|
</MkA>
|
||||||
<template v-for="item in menu">
|
<template v-for="item in menu">
|
||||||
|
|
Loading…
Reference in a new issue