This commit is contained in:
cnrad
2022-03-09 12:11:38 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
console.log(error); // Only console log the error if its not a 404 console.log(error); // Only console log the error if its not a 404
return res.status(400).send({ return res.status(400).send({
error: `Something went wrong! If everything looks correct and this still occurs, please contact @atcnrad on Twitter.`, error: `Something went wrong! If everything looks correct and this still occurs, please contact @notcnrad on Twitter.`,
}); });
} }

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> total users!
</FooterStat> </FooterStat>
</> </>
); );