Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 5, 2024
1 parent 5b057de commit 70c937d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<Card>
<H2 style="font-size: 1.25rem;">Recently Joined {JOINED}</H2>
{#each data.users as user}
<a href="/poler/{user.username}">
<A href="/poler/{user.name}">{user.username}</A> joined
<a href="/@{user.stagehandle}">
@<A href="/@{user.stagehandle}">{user.stagehandle}</A> joined
<time datetime={user.createdAt.toString()}>{fromNow(user.createdAt)}</time></a
>
{/each}
Expand Down

0 comments on commit 70c937d

Please sign in to comment.