fix smol mistake and add faUser as suggested
This commit is contained in:
parent
2108707fc2
commit
bab5e6ee63
2 changed files with 5 additions and 3 deletions
|
|
@ -16,7 +16,8 @@ import {
|
|||
faBell,
|
||||
faDownload,
|
||||
faEyeSlash,
|
||||
faInfo
|
||||
faInfo,
|
||||
faUser
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
|
|
@ -27,7 +28,8 @@ library.add(
|
|||
faBell,
|
||||
faDownload,
|
||||
faEyeSlash,
|
||||
faInfo
|
||||
faInfo,
|
||||
faUser
|
||||
)
|
||||
|
||||
const SettingsModalAdminContent = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue