add indication of long term countdowns

This commit is contained in:
Psitacus 2026-01-07 22:19:24 -07:00
parent 5b0b1023f6
commit a02ca40f87
3 changed files with 30 additions and 2 deletions

View file

@ -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>