From cadc4f86aad2300113ef8f332e6b08ca610ff1a0 Mon Sep 17 00:00:00 2001 From: Meenadeveloper Date: Sat, 29 Nov 2025 15:18:25 +0530 Subject: [PATCH] sidebar --- src/components/common/ProfileHeader.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/ProfileHeader.jsx b/src/components/common/ProfileHeader.jsx index a81906d..20adeb2 100644 --- a/src/components/common/ProfileHeader.jsx +++ b/src/components/common/ProfileHeader.jsx @@ -33,6 +33,7 @@ const NAV_LINKS = [ ]; const PROFILE_MENU = [ + { label: "Dashboard", path: "/dashboard-home" }, { label: "Profile", path: "/profile" }, { label: "Subscription", path: "/subscription-plan" }, { label: "Subscription History", path: "/subscription-history" },