This commit is contained in:
Beverly Nguyen
2025-10-07 14:30:36 -07:00
parent 577a678f0e
commit 6d84b38b1b

View File

@@ -31,8 +31,7 @@
{% elif notifications and time_left != "Data no longer available" %}
<p class="margin-bottom-3">
<a href="{{ download_link }}" download class="usa-link">Download this report (<abbr title="Comma separated values">CSV</abbr>)</a>
&emsp;
<span id="time-left">{{ time_left }}</span>
<span id="time-left" class="margin-left-2">{{ time_left }}</span>
</p>
{% endif %}