come on and slam

This commit is contained in:
Henry Jameson 2020-10-21 00:25:59 +03:00
parent 7495c6b698
commit 6aa7445ea7
6 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@ import { mapState, mapGetters } from 'vuex'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faUsers,
faGlobeEurope,
faGlobe,
faBookmark,
faEnvelope,
faHome,
@ -15,7 +15,7 @@ import {
library.add(
faUsers,
faGlobeEurope,
faGlobe,
faBookmark,
faEnvelope,
faHome,

View file

@ -3,12 +3,12 @@ import {
faEnvelope,
faLock,
faUnlock,
faGlobeEurope
faGlobe
} from '@fortawesome/free-solid-svg-icons'
library.add(
faEnvelope,
faGlobeEurope,
faGlobe,
faLock,
faUnlock
)

View file

@ -37,7 +37,7 @@
:title="$t('post_status.scope.public')"
@click="changeVis('public')"
>
<FAIcon icon="globe-europe" class="button-icon" size="lg" />
<FAIcon icon="globe" class="button-icon" size="lg" />
</span>
</div>
</template>

View file

@ -22,7 +22,7 @@ import {
faEnvelope,
faLock,
faUnlock,
faGlobeEurope,
faGlobe,
faTimes,
faRetweet,
faReply,
@ -38,7 +38,7 @@ import {
library.add(
faEnvelope,
faGlobeEurope,
faGlobe,
faLock,
faUnlock,
faTimes,
@ -270,7 +270,7 @@ const Status = {
case 'direct':
return 'envelope'
default:
return 'globe-europe'
return 'globe'
}
},
showError (error) {

View file

@ -3,7 +3,7 @@ import { mapState } from 'vuex'
import { library } from '@fortawesome/fontawesome-svg-core'
import {
faUsers,
faGlobeEurope,
faGlobe,
faBookmark,
faEnvelope,
faHome,
@ -12,7 +12,7 @@ import {
library.add(
faUsers,
faGlobeEurope,
faGlobe,
faBookmark,
faEnvelope,
faHome,

View file

@ -36,7 +36,7 @@
</li>
<li v-if="federating && (currentUser || !privateMode)">
<router-link :to="{ name: 'public-external-timeline' }">
<FAIcon fixed-width size="lg" class="button-icon " icon="globe-europe" />{{ $t("nav.twkn") }}
<FAIcon fixed-width size="lg" class="button-icon " icon="globe" />{{ $t("nav.twkn") }}
</router-link>
</li>
</ul>