Skip to content

Commit

Permalink
Update contact-form.liquid (Shopify#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaz93 authored and pjhardie committed Jun 13, 2022
1 parent 6c14712 commit f3c4e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/contact-form.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{%- endif -%}
{%- form 'contact', id: 'ContactForm', class: 'isolate' -%}
{%- if form.posted_successfully? -%}
<div class="form-status form-status-list form__message" tabindex="-1" autofocus>{% render 'icon-success' %} {{ 'templates.contact.form.post_success' | t }}</div>
<h2 class="form-status form-status-list form__message" tabindex="-1" autofocus>{% render 'icon-success' %} {{ 'templates.contact.form.post_success' | t }}</h2>
{%- elsif form.errors -%}
<div class="form__message">
<h2 class="form-status caption-large text-body" role="alert" tabindex="-1" autofocus>{% render 'icon-error' %} {{ 'templates.contact.form.error_heading' | t }}</h2>
Expand Down

0 comments on commit f3c4e93

Please sign in to comment.