aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/settings_modal_user_content.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings_modal/settings_modal_user_content.js')
-rw-r--r--src/components/settings_modal/settings_modal_user_content.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/settings_modal/settings_modal_user_content.js b/src/components/settings_modal/settings_modal_user_content.js
index ac119006..ebd5329f 100644
--- a/src/components/settings_modal/settings_modal_user_content.js
+++ b/src/components/settings_modal/settings_modal_user_content.js
@@ -20,7 +20,8 @@ import {
faBell,
faDownload,
faEyeSlash,
- faInfo
+ faInfo,
+ faWindowRestore
} from '@fortawesome/free-solid-svg-icons'
library.add(
@@ -31,7 +32,8 @@ library.add(
faBell,
faDownload,
faEyeSlash,
- faInfo
+ faInfo,
+ faWindowRestore
)
const SettingsModalContent = {