mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 20:49:41 +00:00
Fixed display of Pet Hydra in Tavern (Tier 6)
In the Tier 6 contributor description, the Pet Hydra wasn't displaying. Changed `div` tag to `span` to fix the issue.
This commit is contained in:
parent
4853c0814d
commit
68486f7c42
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
a.label.label-contributor-6(ng-click='toggleUserTier($event)')=env.t('tier') + ' 6 (' + env.t('champion') + ')'
|
||||
div
|
||||
p
|
||||
div(class='Pet-Dragon-Hydra pull-left')
|
||||
span.shop-sprite.item-img(class='Pet-Dragon-Hydra')
|
||||
!=env.t('championSixth')
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue