changed display name of account site on globalnav and moved to top of menu
parent
0225b05765
commit
4c8e096db8
|
@ -62,13 +62,13 @@ export class GlobalnavComponent implements OnInit {
|
|||
|
||||
buildNavigationItems(): void {
|
||||
this.navigationItems = [
|
||||
this.defineAccountNav(),
|
||||
this.defineAboutNav(),
|
||||
this.defineGetStartedNav(),
|
||||
this.defineBlogNav(),
|
||||
this.defineForumNav(),
|
||||
this.defineContributeNav(),
|
||||
this.defineMarketNav(),
|
||||
this.defineAccountNav()
|
||||
];
|
||||
|
||||
this.footerItems = [
|
||||
|
@ -150,7 +150,7 @@ export class GlobalnavComponent implements OnInit {
|
|||
const accountMenu = {
|
||||
children: null,
|
||||
icon: faUser,
|
||||
text: 'Account',
|
||||
text: 'My Mycroft',
|
||||
url: null
|
||||
};
|
||||
if (this.isLoggedIn) {
|
||||
|
|
Loading…
Reference in New Issue