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

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