Skip to content

Commit

Permalink
Fixed prettier complaints
Browse files Browse the repository at this point in the history
Signed-off-by: George Araujo <[email protected]>
  • Loading branch information
george-gca committed Jun 24, 2024
1 parent 591213a commit 1d67b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/scripts/newsletter.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
class="newsletter-form-button"
style="justify-content: {% if include.left %}flex-start{% elsif include.right %}flex-end{% else %}center{% endif %}"
>
{{ site.data[site.active_lang].strings.newsletter.subscribe }}
{{ site.data[site.active_lang].strings.newsletter.subscribe }}
</button>

<button
type="button"
class="newsletter-loading-button"
style="justify-content: {% if include.left %}flex-start{% elsif include.right %}flex-end{% else %}center{% endif %}"
>
{{ site.data[site.active_lang].strings.newsletter.wait }}
{{ site.data[site.active_lang].strings.newsletter.wait }}
</button>
</form>

Expand Down

0 comments on commit 1d67b48

Please sign in to comment.