mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected users menu item
This commit is contained in:
parent
617ada7641
commit
e7d7307cd6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
<li class="nav-item dropdown <?= $active . $hidden ?>">
|
||||
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"
|
||||
data-tippy-content="<?= lang('manage_users_hint') ?>">
|
||||
<i class="fas fa-business-time me-2"></i>
|
||||
<i class="fas fa-users me-2"></i>
|
||||
<?= lang('users') ?>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
|
|
Loading…
Reference in a new issue