Updated project changes

This commit is contained in:
2026-06-12 19:57:23 +05:30
parent 1c8d5538c4
commit aa87870350
4 changed files with 201 additions and 3 deletions
+1 -1
View File
@@ -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,
];