Skip to content

Commit

Permalink
fix(dungeon): embark color should actually indicate when you get a sk…
Browse files Browse the repository at this point in the history
…ill point
  • Loading branch information
seiyria committed Mar 27, 2023
1 parent f342bc8 commit ccdbff7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>{{ dungeon.name }} (Lv.{{ dungeon.givesPointAtCombatLevel }})</h2>

<ion-button slot="end"
fill="clear"
[class.no-skillups]="dungeon.givesPointAtCombatLevel + 10 > (pageData.level || 0)"
[class.no-skillups]="dungeon.givesPointAtCombatLevel + 10 < (pageData.level || 0)"
(click)="embark(dungeon)"
[analyticsClick]="'Peripheral:Combat:Dungeon:Embark:' + dungeon.name">Embark</ion-button>
</ion-item>
Expand Down

0 comments on commit ccdbff7

Please sign in to comment.