arevindh / AdminLTE

Pi-hole Dashboard for stats and more
https://pi-hole.net
Other
16 stars 14 forks source link

Speedtest Menu Icon #51

Closed 0xspade closed 2 years ago

0xspade commented 2 years ago

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, 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