Updated project changes
This commit is contained in:
@@ -209,7 +209,7 @@ const Layout = () => {
|
||||
];
|
||||
default: // Customer or Fallback
|
||||
return [
|
||||
{ to: "/customer/profile", icon: LayoutDashboard, label: "Dashboard" },
|
||||
{ to: "/portal/profile", icon: LayoutDashboard, label: "Dashboard" },
|
||||
{ to: "/portal/payments", icon: CreditCard, label: "Payments" },
|
||||
...commonItems,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user