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" },