[Connect | new-theme]: app.component.ts: Added "Dashboard" in menu items to match menu with admin dashboard.
This commit is contained in:
parent
d24032a4ef
commit
0ce5eace2c
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue