name change!
This commit is contained in:
parent
c00644d14e
commit
aadcab9fd7
2 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@
|
|||
{#if PlayingAnnouncement.v == true}
|
||||
<p class="text-center text-5xl">{CurrentText.v}</p>
|
||||
{:else}
|
||||
<h1 class="text-center text-4xl">Most Announced announcements</h1>
|
||||
<h1 class="text-center text-4xl">Reuse past announcements:</h1>
|
||||
<List />
|
||||
<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 />
|
||||
<Add />{/if}
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue