link to followers/following
This commit is contained in:
parent
b65fd729e8
commit
f83317bfcb
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ const {
|
||||||
</h1>
|
</h1>
|
||||||
<div class="highlighted__note" set:html={note} />
|
<div class="highlighted__note" set:html={note} />
|
||||||
<ul role="list">
|
<ul role="list">
|
||||||
<li>{followers_count} Followers</li>
|
<li><a href="https://social.ayco.io/@ayo/followers">{followers_count}</a> Followers</li>
|
||||||
<li>{following_count} Following</li>
|
<li><a href="https://social.ayco.io/@ayo/following">{following_count} </a>Following</li>
|
||||||
</ul>
|
</ul>
|
||||||
<a href="/now" class="now-wrapper">
|
<a href="/now" class="now-wrapper">
|
||||||
<span class="now-label">Now</span>
|
<span class="now-label">Now</span>
|
||||||
|
|
Loading…
Reference in a new issue