mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 06:45:40 +00:00
Moved Norification Badge count 2 spaces from the bell
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="alerts.php">
|
<a class="nav-link" href="alerts.php">
|
||||||
<i class="fas fa-bell"></i>
|
<i class="fas fa-bell mr-2"></i>
|
||||||
<?php if($num_alerts > 0){ ?>
|
<?php if($num_alerts > 0){ ?>
|
||||||
<span class="badge badge-danger navbar-badge"><?php echo $num_alerts; ?></span>
|
<span class="badge badge-danger navbar-badge"><?php echo $num_alerts; ?></span>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user