Merge pull request #15 from DorianNiemiecSVRJS/main

Make the pointer text no longer overlap with hCaptcha box in the newsletter form
This commit is contained in:
Abhijit Bhattacharjee 2024-08-30 22:21:01 +05:30 committed by GitHub
commit d3e13ef0aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}