[O] Coming soon! -> Coming soon™

This commit is contained in:
Clansty
2024-09-11 01:57:17 +08:00
parent 776c08e605
commit 5341326811

View File

@@ -38,7 +38,7 @@
</a> </a>
{/if} {/if}
<a href="/home">home</a> <a href="/home">home</a>
<div on:click={() => alert("Coming soon!")} on:keydown={e => e.key === "Enter" && alert("Coming soon!")} <div on:click={() => alert("Coming soon")} on:keydown={e => e.key === "Enter" && alert("Coming soon")}
role="button" tabindex="0">maps</div> role="button" tabindex="0">maps</div>
<a href="/ranking">rankings</a> <a href="/ranking">rankings</a>
{#if me} {#if me}