[Connect | new-theme]: app.component.ts: Added "Dashboard" in menu items to match menu with admin dashboard.

This commit is contained in:
Konstantina Galouni 2022-07-01 11:37:50 +03:00
parent d24032a4ef
commit 0ce5eace2c
1 changed files with 5 additions and 0 deletions

View File

@ -265,6 +265,11 @@ export class AppComponent implements OnInit, OnDestroy {
badge: true
};
this.menuItems = [];
this.menuItems.push({
rootItem: new MenuItem("dashboard", "Dashboard",
"", "/", false, [], null, {}
, null, null, null, null), items: []
});
this.menuItems.push({
rootItem: new MenuItem("deposit", "Deposit", "", "/participate/deposit/learn-how", false, [], ["/participate/deposit/learn-how"], {}),
items: []