Browse Source

Update side menu icons

pull/10/head
Hironsan 6 years ago
parent
commit
4ee8d74c24
1 changed files with 2 additions and 2 deletions
  1. 4
      app/server/templates/admin/admin_base.html

4
app/server/templates/admin/admin_base.html

@ -36,13 +36,13 @@
</a>
<a href="#" class="item">
<span class="icon">
<i class="fa fa-envelope-o"></i>
<i class="fas fa-signal"></i>
</span>
<span class="name">Statistics</span>
</a>
<a href="#" class="item">
<span class="icon">
<i class="fa fa-folder-o"></i>
<i class="fas fa-users"></i>
</span>
<span class="name">Users</span>
</a>

Loading…
Cancel
Save