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:
commit
d3e13ef0aa
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