mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 10:17:27 +08:00
[F] Fix link
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<span class="rank">#{user.rank}</span>
|
||||
<span class="name">
|
||||
{#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}
|
||||
<span>{user.name}</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user