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

@ -2,7 +2,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
import {
faEnvelope,
faLock,
faUnlock,
faLockOpen,
faGlobe
} from '@fortawesome/free-solid-svg-icons'
@ -10,7 +10,7 @@ library.add(
faEnvelope,
faGlobe,
faLock,
faUnlock
faLockOpen
)
const ScopeSelector = {