fixed delete chat button

This commit is contained in:
DJ2LS 2023-02-28 20:39:45 +01:00
parent 41fbfed8dc
commit af41204be9

View file

@ -129,16 +129,7 @@
<i class="bi bi-files" style="font-size: 1.2rem"></i>
</button>
<ul class="dropdown-menu" aria-labelledby="chatSettingsDropDown">
<li>
<a
class="dropdown-item bg-danger text-white"
id="delete_selected_chat"
href="#"
>Delete chat</a
>
</li>
</ul>
<button
type="button"
@ -238,6 +229,19 @@
>
<i class="bi bi-three-dots-vertical"></i>
</button>
<ul class="dropdown-menu" aria-labelledby="chatSettingsDropDown">
<li>
<a
class="dropdown-item bg-danger text-white"
id="delete_selected_chat"
href="#"
>Delete chat</a
>
</li>
</ul>
</div>
</div>
<hr class="m-0" />