feature: more fixes to make it amazing
This commit is contained in:
@@ -18,6 +18,12 @@ export const DIMENSIONS = {
|
||||
|
||||
export const MAX_SEARCH_LENGTH = 4
|
||||
|
||||
export const SIDE_MENU_ITEMS = ['POKEDEX', 'FAVORITES', 'SETTINGS', 'MAP', 'BAG']
|
||||
export const SIDE_MENU_ITEMS = [
|
||||
{ label: 'POKÉMON', route: '/pokemon' },
|
||||
{ label: 'MAPS', route: '/maps' },
|
||||
{ label: 'GAMES', route: '/games' },
|
||||
{ label: 'MOVES', route: '/moves' },
|
||||
{ label: 'SETTINGS', route: '/settings' }
|
||||
]
|
||||
|
||||
export const KEYPAD_KEYS = [1, 2, 3, 4, 5, 6, 7, 8, 9, 0]
|
||||
|
||||
Reference in New Issue
Block a user