change(index.tsx): "current" -> "total"

This commit is contained in:
Conrad Crawford
2022-03-07 15:28:25 -05:00
committed by GitHub
parent 46f8389a3d
commit 8ca5ab188c

View File

@@ -73,7 +73,7 @@ export default function Home() {
</Container> </Container>
</Main> </Main>
<FooterStat> <FooterStat>
Lanyard Profile Readme has <b>{userCount}</b> current users! Lanyard Profile Readme has <b>{userCount}</b> total users!
</FooterStat> </FooterStat>
</> </>
); );