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,
faRss,
faStore,
faUser,
faUserCircle,
faUsers
} from '@fortawesome/free-solid-svg-icons';
@ -107,7 +107,7 @@ export class GlobalnavComponent implements OnInit {
buildAccountNav() {
const accountNav: PrimaryNavItem = {
icon: faUser,
icon: faUserCircle,
text: 'My Account'
};
if (this.isLoggedIn) {