fix index login button wording

This commit is contained in:
Erin 2023-11-12 17:49:02 -05:00
parent f6536baec2
commit 4555000b4a

View file

@ -9,5 +9,6 @@
{:else} {:else}
<h1>Hello</h1> <h1>Hello</h1>
<p>I do not know you</p> <p>I do not know you</p>
<p>please <a href="/auth/discord">try again</a></p> <p>please <a href="/auth/discord">log in with discord</a></p>
<p><small>(there will be more options eventually)</small></p>
{/if} {/if}