Skip to content

Commit 1cea874

Browse files
committed
modificated menu
1 parent e13e52f commit 1cea874

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cweb/elcurrencyweb/views/menu.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
<a href="#" class="d-flex align-items-center text-white text-decoration-none dropdown-toggle" id="dropdownUser1" data-bs-toggle="dropdown" aria-expanded="false">
4040
<img src="https://github.com/mdo.png" alt="hugenerd" width="30" height="30" class="rounded-circle">
4141
<!-- add class css custom width image user -->
42-
<span class="d-none d-sm-inline mx-1">loser</span>
42+
<span class="d-none d-sm-inline mx-1">Name user</span>
4343
</a>
4444

4545

4646

4747
<ul class="dropdown-menu dropdown-menu-dark text-small shadow">
48-
<li><a class="dropdown-item" href="#">New project...</a></li>
48+
<!-- <li><a class="dropdown-item" href="#">New project...</a></li>
4949
<li><a class="dropdown-item" href="#">Settings</a></li>
5050
<li><a class="dropdown-item" href="#">Profile</a></li>
5151
<li>
5252
<hr class="dropdown-divider">
53-
</li>
53+
</li> -->
5454
<li><a class="dropdown-item" href="#">Sign out</a></li>
5555
</ul>
5656
</div>

0 commit comments

Comments
 (0)