Skip to content

Commit

Permalink
Update hardcoded statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 7, 2024
1 parent 9588898 commit b6eafdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home-page/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export const home = ({
RT.apSW('canRequestReviews', RT.fromReader(canRequestReviews(user))),
RT.apSW('canSeeGatesLogo', RT.fromReader(canSeeGatesLogo)),
RT.apSW('recentReviewRequests', getRecentReviewRequests()),
RT.let('statistics', () => ({ prereviews: 887, servers: 22, users: 2736 })),
RT.let('statistics', () => ({ prereviews: 891, servers: 22, users: 2744 })),
RT.map(createPage),
)

0 comments on commit b6eafdf

Please sign in to comment.