fix smol mistake and add faUser as suggested

This commit is contained in:
luce 2025-08-07 14:00:38 +02:00
commit bab5e6ee63
2 changed files with 5 additions and 3 deletions

View file

@ -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 = {