changed display name of account site on globalnav and moved to top of menu

pull/84/head
Chris Veilleux 2022-07-29 12:01:34 -05:00
parent 0225b05765
commit 4c8e096db8
1 changed files with 2 additions and 2 deletions

View File

@ -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) {