From 021f6c0e06bdba132daa0142886441ecdbf340e0 Mon Sep 17 00:00:00 2001 From: gearnode Date: Mon, 14 Apr 2025 11:24:51 -0700 Subject: [PATCH] Fix misspell Signed-off-by: gearnode --- apps/console/src/components/NavMain.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/components/NavMain.tsx b/apps/console/src/components/NavMain.tsx index e5a4ac69c..633a05907 100644 --- a/apps/console/src/components/NavMain.tsx +++ b/apps/console/src/components/NavMain.tsx @@ -155,7 +155,7 @@ function getNavItems(organizationId?: string): NavItem[] { icon: BookOpen, }, { - title: "Peoples", + title: "People", url: `/organizations/${organizationId}/people`, icon: Users, },