mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
fix(flowers): FLOWERS ON FLOWERS
This commit is contained in:
parent
bed404cf47
commit
6e1024d8ed
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
|
|
@ -62,7 +62,7 @@ mixin avatar(opts)
|
|||
span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume')
|
||||
|
||||
// Flower
|
||||
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
||||
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
||||
|
||||
// Shield
|
||||
span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume')
|
||||
|
|
|
|||
Loading…
Reference in a new issue