forked from AkkomaGang/akkoma-fe
Add home icon
This commit is contained in:
parent
f3de693f0e
commit
f5e29ff52e
1 changed files with 11 additions and 0 deletions
|
@ -23,6 +23,17 @@
|
|||
v-if="currentUser || !privateMode"
|
||||
class="nav-items left"
|
||||
>
|
||||
<router-link
|
||||
:to="{ name: 'friends' }"
|
||||
class="nav-icon"
|
||||
>
|
||||
<FAIcon
|
||||
fixed-width
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
icon="home"
|
||||
:title="$t('nav.home_timeline')"
|
||||
/>
|
||||
</router-link>
|
||||
<router-link
|
||||
:to="{ name: 'public-timeline' }"
|
||||
class="nav-icon"
|
||||
|
|
Loading…
Reference in a new issue