mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
Adding a merchandise link to the marketplace selector. fixes #8265
This commit is contained in:
parent
5efe5b7b10
commit
605a5a1d5c
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ ul.options-menu
|
|||
li(ng-class="{ active: $state.includes('options.inventory.seasonalshop') }")
|
||||
a(ui-sref='options.inventory.seasonalshop')
|
||||
=env.t('seasonalShop')
|
||||
div.pull-right
|
||||
a(href='/static/merch')=env.t('merch')
|
||||
|
||||
|
||||
.tab-content
|
||||
.tab-pane.active
|
||||
|
|
|
|||
Loading…
Reference in a new issue