Small content updates

This commit is contained in:
Jonathan Bobel
2025-04-10 15:41:27 -04:00
parent 1967195da0
commit 38d8bdea0a
2 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
'class': 'file-upload-field',
'accept': allowed_file_extensions|format_list_items('.{item}')|join(',')|e
}) }}
<label class="file-upload-button" for="{{ field.name }}">
<label class="file-upload-button usa-button" for="{{ field.name }}">
{{ button_text }}
</label>
{% if alternate_link and alternate_link_text %}