Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Trustroots/trustroots
Browse files Browse the repository at this point in the history
100k members
  • Loading branch information
robokow committed Oct 23, 2023
2 parents 10f794f + b7b9725 commit 2136594
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 2136594

Please sign in to comment.