mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 09:17:28 +08:00
[F] Fix link
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
<span class="rank">#{user.rank}</span>
|
<span class="rank">#{user.rank}</span>
|
||||||
<span class="name">
|
<span class="name">
|
||||||
{#if user.username !== ""}
|
{#if user.username !== ""}
|
||||||
<a href="/u/{user.username}" class:registered={!(/user\d+/.test(user.username))}>{user.name}</a>
|
<a href="/u/{user.username}/{game}" class:registered={!(/user\d+/.test(user.username))}>{user.name}</a>
|
||||||
{:else}
|
{:else}
|
||||||
<span>{user.name}</span>
|
<span>{user.name}</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user