diff --git a/webroot/js/components/federation/followers.js b/webroot/js/components/federation/followers.js index 89825af62..fd4b2b6a3 100644 --- a/webroot/js/components/federation/followers.js +++ b/webroot/js/components/federation/followers.js @@ -24,7 +24,7 @@ export default class FollowerList extends Component { async getFollowers() { const { currentPage } = this.state; - const limit = 16; + const limit = 24; const offset = currentPage * limit; const u = `${URL_FOLLOWERS}?offset=${offset}&limit=${limit}`; const response = await fetch(u); @@ -47,7 +47,7 @@ export default class FollowerList extends Component { return null; } - const noFollowersInfo = html`
Be the first to follow this live stream.
By following this stream you'll get updates when it goes live, receive @@ -81,7 +81,7 @@ export default class FollowerList extends Component { return html`