You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, my OCD kicks in whenever I see the speedtest icon. Here's how I fix it.
In /scripts/pi-hole/php/header.php file, line 439. Instead of <i class="fa fa-tachometer-alt"></i> <span>Speedtest</span> replace or just edit like this <i class="fa fa-fw menu-icon fa-tachometer-alt"></i> <span>Speedtest</span>. It will align just like the other.
Thank me later :D
The text was updated successfully, but these errors were encountered:
Hi,
Sorry, my OCD kicks in whenever I see the speedtest icon. Here's how I fix it.
In
/scripts/pi-hole/php/header.php
file, line439
. Instead of<i class="fa fa-tachometer-alt"></i> <span>Speedtest</span>
replace or just edit like this<i class="fa fa-fw menu-icon fa-tachometer-alt"></i> <span>Speedtest</span>
. It will align just like the other.Thank me later :D
The text was updated successfully, but these errors were encountered: