Skip to content

Commit 4e99cce

Browse files
committed
Expose world map in navigation
1 parent 467c593 commit 4e99cce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/js/ui/components/nav.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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') },

app/js/ui/screens/home.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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')) +

0 commit comments

Comments
 (0)