We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b5e12 commit a42b7c4Copy full SHA for a42b7c4
src/components/Wptbm.svelte
@@ -100,7 +100,7 @@
100
<span class='text-white'>Buy Tickets on {ticketSource.name}</span>
101
</a>
102
{:else}
103
- <p class='text-sm text-white'>Limited to 100</p>
+ <p class='text-sm text-white'>Limited to 50</p>
104
<p class='{ticketsRemaining > 80 ? 'text-green-500' : 'text-orange-500'} text-lg mb-6 leading-5'>{ticketsRemaining} Remaining</p>
105
{/if}
106
0 commit comments