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,5 +1,5 @@
{% extends "fullwidth_template.html" %}
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/button/macro.njk" import usaButton %}
{% block meta %}
<meta name="description"
@@ -158,7 +158,7 @@ Notify.gov
Try Notify.gov now if you work in federal, state, or local government.
</p>
<div class="button-container">
{{ govukButton({
{{ usaButton({
"element": "a",
"text": "Create an account",
"classes": "product-page-button button-container__button govuk-!-margin-right-3",