mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 11:27:29 +08:00
[S] Coming soon message
This commit is contained in:
@@ -37,7 +37,8 @@
|
|||||||
</a>
|
</a>
|
||||||
{/if}
|
{/if}
|
||||||
<a href="/home">home</a>
|
<a href="/home">home</a>
|
||||||
<div>maps</div>
|
<div on:click={() => alert("Coming soon!")} on:keydown={e => e.key === "Enter" && alert("Coming soon!")}
|
||||||
|
role="button" tabindex="0">maps</div>
|
||||||
<a href="/ranking">rankings</a>
|
<a href="/ranking">rankings</a>
|
||||||
{#if me}
|
{#if me}
|
||||||
<a href="/u/{me.username}">
|
<a href="/u/{me.username}">
|
||||||
|
|||||||
Reference in New Issue
Block a user