Committing before merge

This commit is contained in:
Jonathan Bobel
2023-08-30 11:07:38 -04:00
parent 32083dff99
commit b1c6a768ec
123 changed files with 257 additions and 257 deletions

View File

@@ -1,4 +1,4 @@
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/button/macro.njk" import usaButton %}
{% macro page_footer(
button_text=None,
@@ -27,7 +27,7 @@
}) %}
{% endif %}
{{ govukButton(button_data) }}
{{ usaButton(button_data) }}
{% endif %}
{% if delete_link %}