mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 10:59:50 -04:00
Test passed, good time to commit
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{% if button_value %}{% set _ = button_data.update({"value": button_value}) %}{% endif %}
|
||||
{% if button_text_hidden_suffix %}
|
||||
{% set _ = button_data.update({
|
||||
"text": "", "html": button_text + "<span class=\"govuk-visually-hidden\"> " + button_text_hidden_suffix + "</span>"
|
||||
"text": "", "html": button_text + "<span class=\"usa-sr-only\"> " + button_text_hidden_suffix + "</span>"
|
||||
}) %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user