Skip to content

Commit

Permalink
Tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort committed Mar 1, 2024
1 parent bce0688 commit c139263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/_consent_gate.antlers.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#
@name Consent gate
@desc An ext
@desc An extendable consent gate.
#}}

<!-- /components/_consent_gate.antlers.html -->
Expand Down
2 changes: 1 addition & 1 deletion resources/views/page_builder/_form.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3 class="mb-2 leading-5 font-bold text-red-700">{{ trans:strings.form_error }}
<ul class="list-disc list-inside marker:text-red-700">
<template x-for="(error, index) in form.errors">
<li>
<a :href="`#${index}`" @click.prevent="$focus.focus(document.querySelector(`#${index}`))" x-text="error" class="underline text-red-700 focus-visible:outline-red-700"></a>
<a :href="`#${index}`" @click.prevent="$focus.focus(document.querySelector(`#${index}`))" x-text="error" class="underline text-red-700 focus:outline-red-700"></a>
</li>
</template>
</ul>
Expand Down

0 comments on commit c139263

Please sign in to comment.