aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-21 00:28:24 +0300
committerHenry Jameson <me@hjkos.com>2020-10-21 00:28:24 +0300
commit1ec41302f729ac9100c3ec0cede5e4f79dd626a3 (patch)
tree77b8041d1d3378bda2a0b03838fba2fe3debfc76 /src/components/status/status.js
parent6aa7445ea7f8f76adbc31d018ebb3228294aef41 (diff)
rotate the shackle of the lock for better accessibility
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 46fa3b76..142e1fc6 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -21,7 +21,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
import {
faEnvelope,
faLock,
- faUnlock,
+ faLockOpen,
faGlobe,
faTimes,
faRetweet,
@@ -40,7 +40,7 @@ library.add(
faEnvelope,
faGlobe,
faLock,
- faUnlock,
+ faLockOpen,
faTimes,
faRetweet,
faReply,
@@ -266,7 +266,7 @@ const Status = {
case 'private':
return 'lock'
case 'unlisted':
- return 'unlock'
+ return 'lock-open'
case 'direct':
return 'envelope'
default: