mirror of https://github.com/hykilpikonna/AquaDX
[S] Coming soon message
parent
a0426044e8
commit
af83cf552e
|
@ -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}">
|
||||||
|
|
Loading…
Reference in New Issue