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" />, icon: <Store className="h-4 w-4" />,
}, },
{ {
label: "Users (TO DO)", label: "Users",
href: "/admin/users", href: "/admin/users",
icon: <Users className="h-4 w-4" />, icon: <Users className="h-4 w-4" />,
}, },
-1
View File
@@ -2264,7 +2264,6 @@
"integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"@rtsao/scc": "^1.1.0", "@rtsao/scc": "^1.1.0",
"array-includes": "^3.1.9", "array-includes": "^3.1.9",