Make the pointer text no longer overlap with hCaptcha box in the newsletter form #15

Merged
DorianNiemiecSVRJS merged 1 commit from main into main 2024-08-30 18:51:01 +02:00

View file

@ -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}