Icon changes

This commit is contained in:
eris 2022-12-17 05:53:37 +00:00
parent 61d82ec7a7
commit 27a91e4f7c
7 changed files with 12 additions and 8 deletions

View File

@ -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,

View File

@ -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>

View File

@ -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
)

View File

@ -64,7 +64,7 @@
@click="changeVis('local')"
>
<FAIcon
icon="users"
icon="biohazard"
class="fa-scale-110 fa-old-padding"
/>
</button>

View File

@ -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'
}

View File

@ -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
)

View File

@ -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')"