mirror of https://github.com/itflow-org/itflow
Moved Norification Badge count 2 spaces from the bell
This commit is contained in:
parent
df4382a7d8
commit
180bdafafa
|
|
@ -25,7 +25,7 @@
|
|||
<!-- Notifications -->
|
||||
<li class="nav-item">
|
||||
<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){ ?>
|
||||
<span class="badge badge-danger navbar-badge"><?php echo $num_alerts; ?></span>
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue