|
|
|
@ -224,9 +224,16 @@
|
|
|
|
|
<div class="burgerMenuLine w-[25px] h-[2px] bg-slate-800 duration-300"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="flex justify-start items-center gap-5" id="statusContainer">
|
|
|
|
|
<div class="flex justify-start items-center gap-5">
|
|
|
|
|
<div id="statusContainer">
|
|
|
|
|
{% include 'recent-status.html' %}
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
|
|
|
|
class="w-[30px] h-[30px] rounded-full p-2 bg-gray-300 text-white text-[18px] outline-none border-none cursor-pointer flex justify-center items-center shadow-md addStatusButton"
|
|
|
|
|
data-modal-url="{% url 'addstatus' %}">
|
|
|
|
|
<i class="fa fa-plus"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|