We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d20a6 commit d17c016Copy full SHA for d17c016
apps/frontend/src/components/elements/Turnstilemodal.vue
@@ -36,7 +36,7 @@ const handleClose = () => {
36
We need to know if you're human. Please complete the captcha below.
37
</p>
38
<div class="rounded-2xl border border-neutral-700 bg-neutral-900 py-4">
39
- <div class="flex min-h-[65px] flex-col items-center">
+ <div class="turnstile-wrapper flex min-h-[65px] flex-col items-center">
40
<NuxtTurnstile v-model="captcha" ref="turnstileRef" />
41
</div>
42
0 commit comments