fix following term

This commit is contained in:
Nicolas Constant 2020-06-15 00:45:30 -04:00
parent 9a8f24462c
commit 1de96741ad
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
</div>
<div class="profile-follows">
<a href class="profile-follows__link" title="show follows" (click)="browseFollows()" >Follows</a>
<a href class="profile-follows__link" title="show following" (click)="browseFollows()" >Following</a>
<a href class="profile-follows__link" title="show followers" (click)="browseFollowers()">Followers</a>
</div>