Fixed links in following

This commit is contained in:
tdgmdev 2023-03-06 02:35:30 -05:00
parent 485c7b645b
commit 908055a85b

View file

@ -57,12 +57,12 @@
<h2>Following</h2> <h2>Following</h2>
{#each following as user} {#each following as user}
<a class='follower' href='/user/{user}'>{user.following}</a> <a class='follower' href='/user/{user.following}'>{user.following}</a>
{/each} {/each}
<h2>Followers</h2> <h2>Followers</h2>
{#each followers as user} {#each followers as user}
<a class='follower' href='/user/{user}'>{user.username}</a> <a class='follower' href='/user/{user.username}'>{user.username}</a>
{/each} {/each}
</span> </span>
<span slot="footer"> <span slot="footer">