mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Revert "fix(style): Make pet key a SPAN"
This reverts commit 63ea851fdb.
This commit is contained in:
parent
63ea851fdb
commit
7dd16a06e6
1 changed files with 1 additions and 2 deletions
|
|
@ -194,8 +194,7 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
|
|||
| 8
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
div(ng-show='petCount >= 90')
|
||||
button.customize-option(popover=env.t('petKeyPop'), popover-title=env.t('petKeyName'), popover-trigger='mouseenter', popover-placement='top', ng-click='openModal("pet-key")')
|
||||
span.pet_key
|
||||
button.customize-option(popover=env.t('petKeyPop'), popover-title=env.t('petKeyName'), popover-trigger='mouseenter', popover-placement='top', ng-click='openModal("pet-key")', class='pet_key')
|
||||
p
|
||||
| 4
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
|
|
|||
Loading…
Reference in a new issue