Skip to content

Commit

Permalink
Merge pull request #464 from ensdomains/chore/update-stats
Browse files Browse the repository at this point in the history
Update stats
  • Loading branch information
TateB authored May 3, 2022
2 parents 9538af4 + 6cde5c9 commit d6ceb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/Statistics/Statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ export default function Statistics(props) {
</AnchorContainer>
<Stats>
<p>
<strong>825k</strong> <span>{t("home.statistics.names")}</span>
<strong>925k</strong> <span>{t("home.statistics.names")}</span>
</p>
<p>
<strong>{integrationsCount}</strong>{" "}
<span>{t("home.statistics.services")}</span>
</p>
<p>
<strong>349k</strong> <span>{t("home.statistics.owners")}</span>
<strong>400k</strong> <span>{t("home.statistics.owners")}</span>
</p>
</Stats>
</HeroContainer>
Expand Down

0 comments on commit d6ceb24

Please sign in to comment.