diff --git a/pages/api/[...id].ts b/pages/api/[...id].ts index f014ce2..b5e9470 100644 --- a/pages/api/[...id].ts +++ b/pages/api/[...id].ts @@ -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.`, }); } diff --git a/pages/index.tsx b/pages/index.tsx index 75fd86e..974ff92 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -73,7 +73,7 @@ export default function Home() { - Lanyard Profile Readme has {userCount} recorded users! + Lanyard Profile Readme has {userCount} total users! );