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>
|
||||
</form>
|
||||
{showCaptcha && (
|
||||
<div className="flex-center">
|
||||
<div className="flex-center relative">
|
||||
<HCaptcha
|
||||
sitekey={process.env.NEXT_PUBLIC_HCAPTCHA_SITE_KEY!}
|
||||
onVerify={handleCaptcha}
|
||||
|
|
Loading…
Reference in a new issue