Update ok.html

This commit is contained in:
Jonathan Bobel
2025-05-07 15:26:14 -04:00
parent abb3ba64d9
commit 9b8d0c2b2f

View File

@@ -39,7 +39,7 @@
{% set button_text %}
Preview
{% endset %}
{{ usaButton({ "text": "button_text", "classes": "margin-top-4" }) }}
{{ usaButton({ "text": button_text, "classes": "margin-top-4" }) }}
</form>
</div>