MOBILE-3744 home: Change home icon to tachometer
parent
0d935e672e
commit
177175361b
|
@ -39,7 +39,7 @@ export class CoreMainMenuHomeHandlerService implements CoreMainMenuHandler {
|
||||||
*/
|
*/
|
||||||
getDisplayData(): CoreMainMenuHandlerData {
|
getDisplayData(): CoreMainMenuHandlerData {
|
||||||
return {
|
return {
|
||||||
icon: 'fas-home',
|
icon: 'fas-tachometer-alt',
|
||||||
title: 'core.mainmenu.home',
|
title: 'core.mainmenu.home',
|
||||||
page: CoreMainMenuHomeHandlerService.PAGE_NAME,
|
page: CoreMainMenuHomeHandlerService.PAGE_NAME,
|
||||||
// @todo: subPage? The page can change due to core-tabs.
|
// @todo: subPage? The page can change due to core-tabs.
|
||||||
|
|
Loading…
Reference in New Issue