rotate the shackle of the lock for better accessibility

This commit is contained in:
Henry Jameson 2020-10-21 00:28:24 +03:00
parent 6aa7445ea7
commit 1ec41302f7
3 changed files with 6 additions and 6 deletions

View file

@ -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: