From b268763283492e93e5beef343460ab01fce116a4 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 29 May 2025 17:21:07 +0530 Subject: [PATCH] changed navigation tab layout --- src/data/menuData.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/data/menuData.json b/src/data/menuData.json index 0870d187..f0b6b12f 100644 --- a/src/data/menuData.json +++ b/src/data/menuData.json @@ -23,11 +23,6 @@ "text": "Employees", "available": true, "link": "/employees" - }, - { - "text": "Directory", - "available": true, - "link": "/directory" } ] }, @@ -68,6 +63,12 @@ "link": "/activities/gallary" } ] + }, + { + "text": "Directory", + "icon": "bx bx-folder", + "available": true, + "link": "/directory" }, { "text": "Administration",