give some gap in the custom text of shoutout!

This commit is contained in:
RezHackXYZ 2025-06-01 16:51:14 +05:30
parent 4d9299361d
commit 21b009c532

View file

@ -9,5 +9,5 @@
class="w-full cursor-pointer rounded-2xl bg-gray-800 p-2.5 text-2xl transition-all hover:scale-105 hover:bg-gray-600"
onclick={() => AnnounceUsingTTS(announcementText)}
>
📢{announcementText}
📢 {announcementText}
</button>