mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 03:38:51 +00:00
Merge pull request #2850 from deilann/correct-toolbar
fix inventory dropdown for pets
This commit is contained in:
commit
8b2ea61461
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ nav.navbar.navbar-inverse(ng-controller='AuthCtrl',style='min-height:0px;margin-
|
|||
li
|
||||
a(ui-sref='options.inventory.drops')=env.t('market')
|
||||
li
|
||||
a(ui-sref='options.inventory.pets')=env.t('mounts')
|
||||
a(ui-sref='options.inventory.pets')=env.t('pets')
|
||||
li
|
||||
a(ui-sref='options.inventory.mounts')=env.t('mounts')
|
||||
li
|
||||
|
|
|
|||
Loading…
Reference in a new issue