diff --git a/scripts/pi-hole/php/header.php b/scripts/pi-hole/php/header.php
index d0db70cc..0a85791d 100644
--- a/scripts/pi-hole/php/header.php
+++ b/scripts/pi-hole/php/header.php
@@ -651,20 +651,20 @@ if($auth) {
if(strlen($pwhash) > 0 && !$auth) { ?>
class="active">
- Login
+ Login
- Donate
+ Donate
- Donate
+ Documentation
diff --git a/style/pi-hole.css b/style/pi-hole.css
index 8bfdd8ca..559ab8e1 100644
--- a/style/pi-hole.css
+++ b/style/pi-hole.css
@@ -234,9 +234,11 @@
text-decoration: line-through !important;
}
-.fa-paypal-icon {
- width: 18px;
- margin-left: 2px;
+/* These are needed because AdmintLTE 2.x doesn't support Font Awesome 5.x */
+.sidebar-menu > li > a > .fab,
+.sidebar-menu > li > a > .far,
+.sidebar-menu > li > a > .fas {
+ width: 20px;
}
/* Utilities */