Skip to content

Commit d17c016

Browse files
committed
fix: turnstile was not centered
1 parent 13d20a6 commit d17c016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/elements/Turnstilemodal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const handleClose = () => {
3636
We need to know if you're human. Please complete the captcha below.
3737
</p>
3838
<div class="rounded-2xl border border-neutral-700 bg-neutral-900 py-4">
39-
<div class="flex min-h-[65px] flex-col items-center">
39+
<div class="turnstile-wrapper flex min-h-[65px] flex-col items-center">
4040
<NuxtTurnstile v-model="captcha" ref="turnstileRef" />
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)