The pointer text is no longer overlapping with hCaptcha box for the newsletter form

This commit is contained in:
Dorian Niemiec 2024-08-30 14:11:31 +02:00
parent 650b2d4164
commit 7df14b92be

View file

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