remove announce button from header bar

This commit is contained in:
liamcottle 2024-06-02 12:00:33 +12:00
commit e77f9e6935

View file

@ -55,16 +55,6 @@
<span class="my-auto mx-1 text-sm">Compose</span>
</span>
</button>
<button @click="sendAnnounce" type="button" class="rounded-full">
<span class="flex text-gray-700 bg-gray-100 hover:bg-gray-200 px-2 py-1 rounded-full">
<span>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0Z" />
</svg>
</span>
<span class="my-auto mx-1 text-sm">Announce</span>
</span>
</button>
</div>
</div>
</div>