forked from AkkomaGang/akkoma-fe
Compare commits
2 commits
baaec9d14b
...
bebd5575b6
Author | SHA1 | Date | |
---|---|---|---|
bebd5575b6 | |||
cd72d1370c |
3 changed files with 4 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
||||||
class="nav-items left"
|
class="nav-items left"
|
||||||
>
|
>
|
||||||
<router-link
|
<router-link
|
||||||
|
v-if="currentUser"
|
||||||
:to="{ name: 'friends' }"
|
:to="{ name: 'friends' }"
|
||||||
class="nav-icon"
|
class="nav-icon"
|
||||||
>
|
>
|
||||||
|
|
|
@ -8,7 +8,7 @@ import {
|
||||||
faSignOutAlt,
|
faSignOutAlt,
|
||||||
faHome,
|
faHome,
|
||||||
faComments,
|
faComments,
|
||||||
faBell,
|
faBolt,
|
||||||
faUserPlus,
|
faUserPlus,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
faSearch,
|
faSearch,
|
||||||
|
@ -23,7 +23,7 @@ library.add(
|
||||||
faSignOutAlt,
|
faSignOutAlt,
|
||||||
faHome,
|
faHome,
|
||||||
faComments,
|
faComments,
|
||||||
faBell,
|
faBolt,
|
||||||
faUserPlus,
|
faUserPlus,
|
||||||
faBullhorn,
|
faBullhorn,
|
||||||
faSearch,
|
faSearch,
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<FAIcon
|
<FAIcon
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110 fa-old-padding"
|
class="fa-scale-110 fa-old-padding"
|
||||||
icon="bell"
|
icon="bolt"
|
||||||
/> {{ $t("nav.interactions") }}
|
/> {{ $t("nav.interactions") }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue