|
|
|
@ -226,11 +226,6 @@
|
|
|
|
|
|
|
|
|
|
<div class="flex justify-start items-center gap-5" id="statusContainer">
|
|
|
|
|
{% include 'recent-status.html' %}
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|