change: "recorded" -> "current"

This commit is contained in:
Conrad Crawford
2022-02-26 15:16:52 -05:00
committed by GitHub
parent 93e0a5003a
commit 7843524932

View File

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