forked from AkkomaGang/akkoma-fe
Icon changes
This commit is contained in:
parent
61d82ec7a7
commit
27a91e4f7c
7 changed files with 12 additions and 8 deletions
|
@ -4,7 +4,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
|
|||
import {
|
||||
faSignInAlt,
|
||||
faSignOutAlt,
|
||||
faHome,
|
||||
faHouseChimney,
|
||||
faComments,
|
||||
faUserPlus,
|
||||
faBullhorn,
|
||||
|
@ -23,7 +23,7 @@ import {
|
|||
library.add(
|
||||
faSignInAlt,
|
||||
faSignOutAlt,
|
||||
faHome,
|
||||
faHouseChimney,
|
||||
faComments,
|
||||
faUserPlus,
|
||||
faBullhorn,
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<FAIcon
|
||||
fixed-width
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
icon="home"
|
||||
icon="house-chimney"
|
||||
:title="$t('nav.home_timeline')"
|
||||
/>
|
||||
</router-link>
|
||||
|
|
|
@ -2,6 +2,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
|
|||
import {
|
||||
faEnvelope,
|
||||
faLock,
|
||||
faBiohazard,
|
||||
faLockOpen,
|
||||
faGlobe
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
@ -9,6 +10,7 @@ import {
|
|||
library.add(
|
||||
faEnvelope,
|
||||
faGlobe,
|
||||
faBiohazard,
|
||||
faLock,
|
||||
faLockOpen
|
||||
)
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
@click="changeVis('local')"
|
||||
>
|
||||
<FAIcon
|
||||
icon="users"
|
||||
icon="biohazard"
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
/>
|
||||
</button>
|
||||
|
|
|
@ -27,6 +27,7 @@ import {
|
|||
faLock,
|
||||
faLockOpen,
|
||||
faGlobe,
|
||||
faBiohazard,
|
||||
faTimes,
|
||||
faRetweet,
|
||||
faReply,
|
||||
|
@ -46,6 +47,7 @@ library.add(
|
|||
faEnvelope,
|
||||
faGlobe,
|
||||
faLock,
|
||||
faBiohazard,
|
||||
faLockOpen,
|
||||
faTimes,
|
||||
faRetweet,
|
||||
|
@ -455,7 +457,7 @@ const Status = {
|
|||
case 'direct':
|
||||
return 'envelope'
|
||||
case 'local':
|
||||
return 'users'
|
||||
return 'biohazard'
|
||||
default:
|
||||
return 'globe'
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ import {
|
|||
faGlobe,
|
||||
faBookmark,
|
||||
faEnvelope,
|
||||
faHome,
|
||||
faHouseChimney,
|
||||
faCommentMedical
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
|
@ -14,7 +14,7 @@ library.add(
|
|||
faGlobe,
|
||||
faBookmark,
|
||||
faEnvelope,
|
||||
faHome,
|
||||
faHouseChimney,
|
||||
faCommentMedical
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<FAIcon
|
||||
fixed-width
|
||||
class="fa-scale-110 fa-old-padding "
|
||||
icon="home"
|
||||
icon="house-chimney"
|
||||
/>
|
||||
<span
|
||||
:title="$t('nav.home_timeline_description')"
|
||||
|
|
Loading…
Reference in a new issue