fixed a label

This commit is contained in:
2025-12-09 15:11:49 -05:00
parent 6b0e0334b0
commit 8b6d9a015e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const navItems = [
icon: <Store className="h-4 w-4" />,
},
{
label: "Users (TO DO)",
label: "Users",
href: "/admin/users",
icon: <Users className="h-4 w-4" />,
},