changed "my account" icon per design team request

pull/1/head
Chris Veilleux 2018-11-13 18:27:12 -06:00
parent 3bd92dc495
commit 42f8b27047
1 changed files with 2 additions and 2 deletions

View File

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