Skip to content

Commit

Permalink
Update contact-form.liquid (#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaz93 authored Jun 10, 2022
1 parent f647405 commit e990e8e
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 e990e8e

Please sign in to comment.