Skip to content

Commit

Permalink
Increase member count to 100k (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkvon authored Oct 17, 2023
1 parent 19f7d0c commit b7b9725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pages/client/components/Home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Home({ user, isNativeMobileApp, photoCredits }) {
const circleRoute = circleRouteParam || tribeRouteParam;

// @TODO change this to be based on UI language rather than browser locale
const memberCount = new Intl.NumberFormat().format(80000);
const memberCount = new Intl.NumberFormat().format(100000);

// TODO get header height instead of magic number 56
// const headerHeight = angular.element('#tr-header').height() || 0; // code of the original angular controller
Expand Down

0 comments on commit b7b9725

Please sign in to comment.