diff options
| author | Henry Jameson <me@hjkos.com> | 2020-10-21 00:25:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-10-21 00:25:59 +0300 |
| commit | 6aa7445ea7f8f76adbc31d018ebb3228294aef41 (patch) | |
| tree | 7b36a1e619502b2916d4ed8378bf01fad74c93d7 /src/components/status/status.js | |
| parent | 7495c6b698e0afe169c1138baabc29f70d4b44a2 (diff) | |
come on and slam
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 5b93054f..46fa3b76 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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) { |
