|
@@ -272,7 +272,7 @@
|
|
|
</h6>
|
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
|
<div class="dropdown-list-image mr-3">
|
|
|
- <img class="rounded-circle" src="/static/css/undraw_profile_1.svg"
|
|
|
+ <img class="rounded-circle" src="/static/css/undraw_profile.svg"
|
|
|
alt="...">
|
|
|
<div class="status-indicator bg-success"></div>
|
|
|
</div>
|
|
@@ -284,7 +284,7 @@
|
|
|
</a>
|
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
|
<div class="dropdown-list-image mr-3">
|
|
|
- <img class="rounded-circle" src="img/undraw_profile_2.svg"
|
|
|
+ <img class="rounded-circle" src="/static/css/undraw_profile.svg"
|
|
|
alt="...">
|
|
|
<div class="status-indicator"></div>
|
|
|
</div>
|
|
@@ -296,7 +296,7 @@
|
|
|
</a>
|
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
|
<div class="dropdown-list-image mr-3">
|
|
|
- <img class="rounded-circle" src="img/undraw_profile_3.svg"
|
|
|
+ <img class="rounded-circle" src="/static/css/undraw_profile.svg"
|
|
|
alt="...">
|
|
|
<div class="status-indicator bg-warning"></div>
|
|
|
</div>
|
|
@@ -338,18 +338,6 @@
|
|
|
<!-- Dropdown - User Information -->
|
|
|
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in"
|
|
|
aria-labelledby="userDropdown">
|
|
|
- <a class="dropdown-item" href="#">
|
|
|
- <i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
|
- Profile
|
|
|
- </a>
|
|
|
- <a class="dropdown-item" href="#">
|
|
|
- <i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
|
- Settings
|
|
|
- </a>
|
|
|
- <a class="dropdown-item" href="#">
|
|
|
- <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
|
- Activity Log
|
|
|
- </a>
|
|
|
<div class="dropdown-divider"></div>
|
|
|
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">
|
|
|
<i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
|