From 1ec41302f729ac9100c3ec0cede5e4f79dd626a3 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 21 Oct 2020 00:28:24 +0300 Subject: rotate the shackle of the lock for better accessibility --- src/components/status/status.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/status/status.js') 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: -- cgit v1.2.3-70-g09d2