diff --git a/docs/DEVICE_DISPLAY_SETTINGS.md b/docs/DEVICE_DISPLAY_SETTINGS.md
index 0a2467b8..9bddf6d8 100755
--- a/docs/DEVICE_DISPLAY_SETTINGS.md
+++ b/docs/DEVICE_DISPLAY_SETTINGS.md
@@ -8,16 +8,14 @@ This set of settings allows you to group Devices under different views. The Arch
## Status Colors
-
-
| Icon | Status | Image | Description |
|-----------|------------------------|-----------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
-| 🔌 | Online (Green) |  | A device that is no longer marked as a "New Device". |
-| 🔌 | New (Green) |  | A newly discovered device that is online and is still marked as a "New Device". |
-| 🔌 (❕) | Online (Orange) |  | The device is online, but unstable and flapping (3 status changes in the last hour). |
-| ✖ | New (Grey) |  | Same as "New (Green)" but the device is now offline. |
-| ✖ | Offline (Grey) |  | A device that was not detected online in the last scan. |
-| ⚠ | Down (Red) |  | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.|
+| | Online (Green) |  | A device that is no longer marked as a "New Device". |
+| | New (Green) |  | A newly discovered device that is online and is still marked as a "New Device". |
+| | Online (Orange) |  | The device is online, but unstable and flapping (3 status changes in the last hour). |
+| | New (Grey) |  | Same as "New (Green)" but the device is now offline. |
+| | Offline (Grey) |  | A device that was not detected online in the last scan. |
+| | Down (Red) |  | A device marked as "Alert Down" and offline for the duration set in `NTFPRCS_alert_down_time`.|
See also [Notification guide](./NOTIFICATIONS.md).
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 3f7690bc..47eecb3e 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -221,5 +221,6 @@ plugins:
# Custom CSS
extra_css:
- stylesheets/custom.css
+ - https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css
favicon: /img/netalertx_docs.png