Make the pointer text no longer overlap with hCaptcha box in the newsletter form #15
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const Newsletter = () => {
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{showCaptcha && (
|
{showCaptcha && (
|
||||||
<div className="flex-center">
|
<div className="flex-center relative">
|
||||||
<HCaptcha
|
<HCaptcha
|
||||||
sitekey={process.env.NEXT_PUBLIC_HCAPTCHA_SITE_KEY!}
|
sitekey={process.env.NEXT_PUBLIC_HCAPTCHA_SITE_KEY!}
|
||||||
onVerify={handleCaptcha}
|
onVerify={handleCaptcha}
|
||||||
|
|
Loading…
Reference in a new issue