mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Replace fa-refresh with fa-sync
Font Awesome 5 replaced the refresh icon from 4 with fa-sync: https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4#name-changes Fixes #941 Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ $token = $_SESSION['token'];
|
||||
</div>
|
||||
</div>
|
||||
<div class="overlay" hidden="true">
|
||||
<i class="fa fa-refresh fa-spin"></i>
|
||||
<i class="fa fa-sync fa-spin"></i>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user