File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ var NavComponent = (function() {
1414 var tabs = [
1515 { id : 'home' , icon : '\uD83C\uDFE0' , label : t ( 'nav_home' ) } ,
1616 { id : 'hunt' , icon : '\u2694\uFE0F' , label : t ( 'nav_hunt' ) } ,
17+ { id : 'map' , icon : '\uD83D\uDDFA\uFE0F' , label : t ( 'nav_map' ) } ,
1718 { id : 'guild' , icon : '\uD83D\uDEE1\uFE0F' , label : t ( 'nav_guild' ) } ,
1819 { id : 'marketplace' , icon : '\uD83C\uDFEA' , label : t ( 'nav_bazaar' ) } ,
1920 { id : 'crafting' , icon : '\uD83D\uDD28' , label : t ( 'nav_crafting' ) } ,
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ var HomeScreen = (function() {
5353 '<div class="action-grid">' +
5454 _tile ( 'hunt' , '\u2694\uFE0F' , t ( 'home_quick_hunt' ) ) +
5555 _tile ( 'quests' , '\uD83D\uDCDC' , t ( 'nav_quests' ) ) +
56+ _tile ( 'map' , '\uD83D\uDDFA\uFE0F' , t ( 'nav_map' ) ) +
5657 _tile ( 'inventory' , '\uD83C\uDF92' , t ( 'home_bag' ) ) +
5758 _tile ( 'chronicle' , '\uD83D\uDCDD' , t ( 'home_chronicle' ) ) +
5859 _tile ( 'character' , '\uD83E\uDDD9' , t ( 'nav_character' ) ) +
You can’t perform that action at this time.
0 commit comments