rotate the shackle of the lock for better accessibility
This commit is contained in:
parent
6aa7445ea7
commit
1ec41302f7
3 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue