From 8ca5ab188c437d914312c97a257d62214a331142 Mon Sep 17 00:00:00 2001 From: Conrad Crawford <83192247+cnrad@users.noreply.github.com> Date: Mon, 7 Mar 2022 15:28:25 -0500 Subject: [PATCH] change(index.tsx): "current" -> "total" --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 791805c..974ff92 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -73,7 +73,7 @@ export default function Home() { - Lanyard Profile Readme has {userCount} current users! + Lanyard Profile Readme has {userCount} total users! );