From c2a178c99e98b86cf19b54f263ade022d52fca70 Mon Sep 17 00:00:00 2001 From: Anand Roy Date: Sun, 29 Dec 2024 15:37:17 +0000 Subject: [PATCH] fixed navbar links --- Client/src/Components/Sidebar/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/Components/Sidebar/index.jsx b/Client/src/Components/Sidebar/index.jsx index b071caa1e..03a3b695c 100644 --- a/Client/src/Components/Sidebar/index.jsx +++ b/Client/src/Components/Sidebar/index.jsx @@ -98,7 +98,7 @@ const PATH_MAP = { pagespeed: "Dashboard", infrastructure: "Dashboard", account: "Account", - settings: "Other", + settings: "Settings", }; /**