|
|
|
@ -330,7 +330,9 @@
|
|
|
|
|
<div class="w-full h-fit bg-secondosiblue px-5 flex flex-col hidden" id="mobileUserProfileDropdown">
|
|
|
|
|
<a href="{% url 'signout' %}" class="w-full">
|
|
|
|
|
<div class="w-full py-3 flex items-center gap-2 text-white text-[16px]">
|
|
|
|
|
<img src="{% static 'images/icons/logout.png' %}" class="w-[22px]">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-[25px] text-white">
|
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9" />
|
|
|
|
|
</svg>
|
|
|
|
|
<p>Logout</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
@ -624,7 +626,9 @@
|
|
|
|
|
<a href="{% url 'signout' %}" class="w-full">
|
|
|
|
|
<div
|
|
|
|
|
class="w-full py-3 flex items-center gap-2 text-white hover:text-osiblue duration-300 cursor-pointer">
|
|
|
|
|
<img src="{% static 'images/icons/logout.png' %}" class="w-[22px]">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-[25px] text-white">
|
|
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9" />
|
|
|
|
|
</svg>
|
|
|
|
|
<p>Logout</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|