Fixed links in following
This commit is contained in:
parent
485c7b645b
commit
908055a85b
1 changed files with 2 additions and 2 deletions
|
@ -57,12 +57,12 @@
|
|||
|
||||
<h2>Following</h2>
|
||||
{#each following as user}
|
||||
<a class='follower' href='/user/{user}'>{user.following}</a>
|
||||
<a class='follower' href='/user/{user.following}'>{user.following}</a>
|
||||
{/each}
|
||||
|
||||
<h2>Followers</h2>
|
||||
{#each followers as user}
|
||||
<a class='follower' href='/user/{user}'>{user.username}</a>
|
||||
<a class='follower' href='/user/{user.username}'>{user.username}</a>
|
||||
{/each}
|
||||
</span>
|
||||
<span slot="footer">
|
||||
|
|
Loading…
Reference in a new issue