mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 20:00:40 +00:00
Merge branch 'main' of https://github.com/cnrad/lanyard-profile-readme
This commit is contained in:
@@ -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
|
||||
|
||||
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.`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ export default function Home() {
|
||||
</Container>
|
||||
</Main>
|
||||
<FooterStat>
|
||||
Lanyard Profile Readme has <b>{userCount}</b> recorded users!
|
||||
Lanyard Profile Readme has <b>{userCount}</b> total users!
|
||||
</FooterStat>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user