mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-24 06:18:58 -05:00
[S] Coming soon message
This commit is contained in:
parent
a0426044e8
commit
af83cf552e
|
|
@ -37,7 +37,8 @@
|
|||
</a>
|
||||
{/if}
|
||||
<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>
|
||||
{#if me}
|
||||
<a href="/u/{me.username}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user