Move follower count to tab title. Closes #1698
This commit is contained in:
@@ -185,11 +185,7 @@ export function FediverseFollowButton({ serverName, federationInfo, onClick }) {
|
||||
<${ExternalActionButton}
|
||||
onClick=${handleClick}
|
||||
action=${fediverseFollowAction}
|
||||
label=${`Follow ${
|
||||
federationInfo.followerCount > 10
|
||||
? ` (${federationInfo.followerCount})`
|
||||
: ''
|
||||
}`}
|
||||
label="Follow"
|
||||
/>
|
||||
</span>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user