mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Change copy to "Also followed by"
This commit is contained in:
parent
151332c47f
commit
7f54c7ae93
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ function RelatedActions({ info, instance, authenticated }) {
|
||||||
<div class="common-followers" hidden={!familiarFollowers?.length}>
|
<div class="common-followers" hidden={!familiarFollowers?.length}>
|
||||||
<div class="common-followers-inner">
|
<div class="common-followers-inner">
|
||||||
<p>
|
<p>
|
||||||
Common followers{' '}
|
Also followed by{' '}
|
||||||
<span class="ib">
|
<span class="ib">
|
||||||
{familiarFollowers.map((follower) => (
|
{familiarFollowers.map((follower) => (
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in a new issue