mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
add indication of long term countdowns
This commit is contained in:
parent
5b0b1023f6
commit
a02ca40f87
3 changed files with 30 additions and 2 deletions
|
|
@ -38,5 +38,11 @@
|
|||
</div>
|
||||
</div>
|
||||
{{/each}}
|
||||
{{#if hasHiddenLongTerm}}
|
||||
<div class="longterm-indicator">
|
||||
<i class="fa-solid fa-chevron-down"></i>
|
||||
<span>Long Term Countdowns</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue