name change!

This commit is contained in:
RezHackXYZ 2025-05-31 20:07:53 +05:30
parent c00644d14e
commit aadcab9fd7
2 changed files with 3 additions and 3 deletions

View file

@ -15,10 +15,10 @@
{#if PlayingAnnouncement.v == true} {#if PlayingAnnouncement.v == true}
<p class="text-center text-5xl">{CurrentText.v}</p> <p class="text-center text-5xl">{CurrentText.v}</p>
{:else} {:else}
<h1 class="text-center text-4xl">Most Announced announcements</h1> <h1 class="text-center text-4xl">Reuse past announcements:</h1>
<List /> <List />
<hr class="my-5 w-full border-gray-600" /> <hr class="my-5 w-full border-gray-600" />
<h1 class="text-center text-4xl">Or announce something else</h1> <h1 class="text-center text-4xl">Or announce something new:</h1>
<CustomText /> <CustomText />
<Add />{/if} <Add />{/if}
</div> </div>

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" 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)} onclick={() => AnnounceUsingTTS(announcementText)}
> >
{announcementText} 📢{announcementText}
</button> </button>