mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-09-14 13:51:56 +02:00
fix(ui): daily spending help text not showing up
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
{% if not has_active_filter %}
|
||||
{# Daily Spending#}
|
||||
<div>
|
||||
<c-ui.info-card color="yellow" icon="fa-solid fa-calendar-day" title="{% trans 'Daily Spending Allowance' %}" help_text={% trans "This is the final total divided by the remaining days in the month" %}>
|
||||
<c-ui.info-card color="yellow" icon="fa-solid fa-calendar-day" title="{% trans 'Daily Spending Allowance' %}"
|
||||
help_text="{% trans "This is the final total divided by the remaining days in the month" %}">
|
||||
<div class="flex justify-between mt-3">
|
||||
<div class="text-right font-mono">
|
||||
<div class="text-subtle">{% translate 'today' %}</div>
|
||||
|
||||
Reference in New Issue
Block a user