Commit fd638e9e by Natthaphat

แก้รูป

parent fd62e365
...@@ -697,8 +697,8 @@ ...@@ -697,8 +697,8 @@
</button> </button>
<div class="hs-dropdown-menu ti-dropdown-menu border-0 w-[20rem]" aria-labelledby="dropdown-profile"> <div class="hs-dropdown-menu ti-dropdown-menu border-0 w-[20rem]" aria-labelledby="dropdown-profile">
<div class="ti-dropdown-header !bg-primary flex"> <div class="ti-dropdown-header !bg-primary flex items-center space-x-3">
<div class="ltr:mr-3 rtl:ml-3"> <div class="flex-shrink-0">
<!-- <img class="avatar shadow-none rounded-full h-full !ring-transparent" src="./assets/img/users/profile2.jpg" <!-- <img class="avatar shadow-none rounded-full h-full !ring-transparent" src="./assets/img/users/profile2.jpg"
alt="profile-img" /> --> alt="profile-img" /> -->
<!-- <img *ngIf="employeeProfile?.picture && employeeProfile.picture !== ''; else defaultImage" <!-- <img *ngIf="employeeProfile?.picture && employeeProfile.picture !== ''; else defaultImage"
...@@ -713,9 +713,7 @@ ...@@ -713,9 +713,7 @@
src="./assets/img/users/defaultperson.jpg" src="./assets/img/users/defaultperson.jpg"
alt="Image Description" /> alt="Image Description" />
</ng-template> --> </ng-template> -->
<img style="height: 45px; width: 45px;" <img class="avatar shadow-none rounded-full !ring-transparent" src="./assets/img/users/man.PNG"
class="inline-block rounded-full ring-2 h-full !ring-transparent"
src="./assets/img/users/man.PNG"
alt="Image Description" /> alt="Image Description" />
</div> </div>
<div> <div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment