Updating usaComponents in more places

This commit is contained in:
Jonathan Bobel
2023-08-31 13:24:12 -04:00
parent c19083b04e
commit f82d77cdaf
14 changed files with 28 additions and 264 deletions

View File

@@ -1,4 +1,4 @@
{% from "components/components/inset-text/macro.njk" import govukInsetText %}
{% from "components/components/inset-text/macro.njk" import usaInsetText %}
<h2 class="heading-medium">
Send a document by email
@@ -6,7 +6,7 @@
<p class="usa-body">
Use double brackets to add a placeholder field to your template. This will contain a secure link to download the document.
</p>
{{ govukInsetText({
{{ usaInsetText({
"text": "Download your document at: ((link_to_file))",
"classes": ""})
}}