22 < div class ="table-row bg-white border-r border-grey-500 shadow-sm " id ="sidebar-wrapper ">
33 < div class ="table-cell ">
44 < div class ="relative flex items-center border-b border-grey-500 sidebar-heading ">
5- < img src ="assets/img/ioet-logo-without-letters.png " width ="50 " height ="auto " style ="padding-top: 0.5rem; padding-left: 1rem; " alt =" logo "/>
5+ < img src ="assets/img/ioet-logo-without-letters.png " alt =" ioet-logo " width ="50 " height ="auto " style ="padding-top: 0.5rem; padding-left: 1rem; "/>
66 < h1 class ="pl-2 pt-2 " style ="font-family:spinnaker,sans-serif "> ioet</ h1 >
77 </ div >
88 < div class =" py-8 flex items-center pl-3 ">
9- < img src ="assets/icons/user.svg " width ="40 " height ="40 "/>
9+ < img src ="assets/icons/user.svg " alt =" user-icon " width ="40 " height ="40 "/>
1010 < span class ="pl-1 ">
1111 < h2 class ="font-sans text-base font-semibold "> {{userName}}</ h2 >
1212 < p class ="font-sans mt-1 text-xs font-medium text-grey dark:text-gray-400 "> {{userEmail}}</ p >
@@ -20,13 +20,12 @@ <h2 class="font-sans text-base font-semibold">{{userName}}</h2>
2020 class ="font-sans relative pl-4 py-3 bg-white "
2121 [ngClass] ="{active: item.active} "
2222 >
23- < img src ="{{item.icon}} " width ="22 " height ="22 " class ="absolute "/>
23+ < img src ="{{item.icon}} " alt =" icon-item " width ="22 " height ="22 " class ="absolute "/>
2424 < h3 class ="font-sans text-base ml-4 pl-3 text-left " > {{ item.text }}</ h3 >
25- <!-- <i class="{{ item.icon }} pr-3"></i> {{ item.text }} -->
2625 </ a >
2726 < div class ="bg-white pt-2 pr-24 absolute bottom-0 ">
2827 < a class ="flex pl-4 mb-4 text-black-dark hover:text-gray-800 " href ="# ">
29- < img src ="assets/icons/signout.svg " width ="25 " height ="25 "/>
28+ < img src ="assets/icons/signout.svg " alt =" signout-icon " width ="25 " height ="25 "/>
3029 < span class ="font-sans pl-4 font-medium " (click) ="logout() "> Sign out</ span >
3130 </ a >
3231 </ div >
@@ -35,11 +34,11 @@ <h3 class="font-sans text-base ml-4 pl-3 text-left" >{{ item.text }}</h3>
3534 < div class ="table-cell relative ">
3635 < span class ="absolute cursor-pointer inset-y-0 right-0 min-h-screen w-0.5 hover:z-0 hover:bg-blue-400 " (click) ="toggleSideBar() "> </ span >
3736 < span class ="group cursor-pointer absolute w-5 top-20 -right-3 ">
38- < img src ="assets/icons/left-chevron.svg " id ="hide-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block shadow-sm "/>
37+ < img src ="assets/icons/left-chevron.svg " alt =" hide-chevron " id ="hide-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:hidden md:block lg:block shadow-sm "/>
3938 < div class ="opacity-0 w-12 bg-black text-white text-center text-xs rounded-lg py-2 absolute z-10 group-hover:opacity-100 bottom-full left-1/4 ml-4 -mb-6 px-1 pointer-events-none "> Hide</ div >
4039 </ span >
4140 < span class ="group cursor-pointer absolute top-20 -right-5 ">
42- < img src ="assets/icons/right-chevron.svg " id ="show-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:block md:hidden lg:hidden "/>
41+ < img src ="assets/icons/right-chevron.svg " alt =" show-chevron " id ="show-sidebar " (click) ="toggleSideBar() " width ="20 " height ="20 " class ="bg-black-light rounded-full hover:bg-opacity-50 hover:bg-info-light sm:block md:hidden lg:hidden "/>
4342 < div class ="opacity-0 w-12 bg-black text-white text-center text-xs rounded-lg py-2 absolute z-10 group-hover:opacity-100 bottom-full left-1/4 ml-4 -mb-6 px-1 pointer-events-none "> Show</ div >
4443 </ span >
4544 </ div >
0 commit comments