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 { import {
faSignInAlt, faSignInAlt,
faSignOutAlt, faSignOutAlt,
faHome, faHouseChimney,
faComments, faComments,
faUserPlus, faUserPlus,
faBullhorn, faBullhorn,
@ -23,7 +23,7 @@ import {
library.add( library.add(
faSignInAlt, faSignInAlt,
faSignOutAlt, faSignOutAlt,
faHome, faHouseChimney,
faComments, faComments,
faUserPlus, faUserPlus,
faBullhorn, faBullhorn,

View File

@ -39,7 +39,7 @@
<FAIcon <FAIcon
fixed-width fixed-width
class="fa-scale-110 fa-old-padding" class="fa-scale-110 fa-old-padding"
icon="home" icon="house-chimney"
:title="$t('nav.home_timeline')" :title="$t('nav.home_timeline')"
/> />
</router-link> </router-link>

View File

@ -2,6 +2,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
import { import {
faEnvelope, faEnvelope,
faLock, faLock,
faBiohazard,
faLockOpen, faLockOpen,
faGlobe faGlobe
} from '@fortawesome/free-solid-svg-icons' } from '@fortawesome/free-solid-svg-icons'
@ -9,6 +10,7 @@ import {
library.add( library.add(
faEnvelope, faEnvelope,
faGlobe, faGlobe,
faBiohazard,
faLock, faLock,
faLockOpen faLockOpen
) )

View File

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

View File

@ -27,6 +27,7 @@ import {
faLock, faLock,
faLockOpen, faLockOpen,
faGlobe, faGlobe,
faBiohazard,
faTimes, faTimes,
faRetweet, faRetweet,
faReply, faReply,
@ -46,6 +47,7 @@ library.add(
faEnvelope, faEnvelope,
faGlobe, faGlobe,
faLock, faLock,
faBiohazard,
faLockOpen, faLockOpen,
faTimes, faTimes,
faRetweet, faRetweet,
@ -455,7 +457,7 @@ const Status = {
case 'direct': case 'direct':
return 'envelope' return 'envelope'
case 'local': case 'local':
return 'users' return 'biohazard'
default: default:
return 'globe' return 'globe'
} }

View File

@ -5,7 +5,7 @@ import {
faGlobe, faGlobe,
faBookmark, faBookmark,
faEnvelope, faEnvelope,
faHome, faHouseChimney,
faCommentMedical faCommentMedical
} from '@fortawesome/free-solid-svg-icons' } from '@fortawesome/free-solid-svg-icons'
@ -14,7 +14,7 @@ library.add(
faGlobe, faGlobe,
faBookmark, faBookmark,
faEnvelope, faEnvelope,
faHome, faHouseChimney,
faCommentMedical faCommentMedical
) )

View File

@ -8,7 +8,7 @@
<FAIcon <FAIcon
fixed-width fixed-width
class="fa-scale-110 fa-old-padding " class="fa-scale-110 fa-old-padding "
icon="home" icon="house-chimney"
/> />
<span <span
:title="$t('nav.home_timeline_description')" :title="$t('nav.home_timeline_description')"