more FA5 stuff with small related refactoring
This commit is contained in:
parent
3814218277
commit
8b3a7ae8c0
30 changed files with 221 additions and 101 deletions
|
@ -2,7 +2,7 @@ import { library } from '@fortawesome/fontawesome-svg-core'
|
|||
import {
|
||||
faEnvelope,
|
||||
faLock,
|
||||
faLockOpen,
|
||||
faUnlock,
|
||||
faGlobeEurope
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
|
@ -10,7 +10,7 @@ library.add(
|
|||
faEnvelope,
|
||||
faGlobeEurope,
|
||||
faLock,
|
||||
faLockOpen
|
||||
faUnlock
|
||||
)
|
||||
|
||||
const ScopeSelector = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue