Skip to content

Commit

Permalink
Applying suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Oct 8, 2022
1 parent 3e729c5 commit ed5da96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.php
Expand Up @@ -28,8 +28,8 @@
<div class="icon">
<i class="fas fa-globe-americas"></i>
</div>
<a href="network.php" class="small-box-footer">
<span id="unique_clients">-</span> clients - more info <i class="fa fa-arrow-circle-right"></i>
<a href="network.php" class="small-box-footer" title="">
<span id="unique_clients">-</span> active clients <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
Expand All @@ -44,7 +44,7 @@
<div class="icon">
<i class="fas fa-hand-paper"></i>
</div>
<a href="queries.php?forwarddest=blocked" class="small-box-footer">
<a href="queries.php?forwarddest=blocked" class="small-box-footer" title="">
List blocked queries <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
Expand All @@ -60,8 +60,8 @@
<div class="icon">
<i class="fas fa-chart-pie"></i>
</div>
<a href="queries.php?forwarddest=blocked" class="small-box-footer">
List blocked queries <i class="fa fa-arrow-circle-right"></i>
<a href="queries.php" class="small-box-footer" title="">
List all queries <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
Expand All @@ -76,7 +76,7 @@
<div class="icon">
<i class="fas fa-list-alt"></i>
</div>
<a href="groups-adlists.php" class="small-box-footer">
<a href="groups-adlists.php" class="small-box-footer" title="">
Manage adlists <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
Expand Down

0 comments on commit ed5da96

Please sign in to comment.