my-profile page
This commit is contained in:
parent
63d9e8f605
commit
78b7e372ef
|
@ -145,7 +145,7 @@
|
|||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-sm">
|
||||
<li>
|
||||
<a class="dropdown-item d-flex align-items-center gap-2" href="/profile">
|
||||
<a class="dropdown-item d-flex align-items-center gap-2" href="{{ route('my-profile') }}">
|
||||
<i class="fa-solid fa-user" style="font-size:16px; color:gray;"></i>
|
||||
<span>My Profile</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue