changed "my account" icon per design team request
parent
3bd92dc495
commit
42f8b27047
|
@ -7,7 +7,7 @@ import {
|
||||||
faRocket,
|
faRocket,
|
||||||
faRss,
|
faRss,
|
||||||
faStore,
|
faStore,
|
||||||
faUser,
|
faUserCircle,
|
||||||
faUsers
|
faUsers
|
||||||
} from '@fortawesome/free-solid-svg-icons';
|
} from '@fortawesome/free-solid-svg-icons';
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ export class GlobalnavComponent implements OnInit {
|
||||||
|
|
||||||
buildAccountNav() {
|
buildAccountNav() {
|
||||||
const accountNav: PrimaryNavItem = {
|
const accountNav: PrimaryNavItem = {
|
||||||
icon: faUser,
|
icon: faUserCircle,
|
||||||
text: 'My Account'
|
text: 'My Account'
|
||||||
};
|
};
|
||||||
if (this.isLoggedIn) {
|
if (this.isLoggedIn) {
|
||||||
|
|
Loading…
Reference in New Issue