update
parent
f70fa05f05
commit
84e70afd4c
|
@ -3,7 +3,7 @@ import React, { useRef, useState } from "react"
|
|||
import ReCAPTCHA from "react-google-recaptcha";
|
||||
import { toast } from "react-hot-toast";
|
||||
const { RECAPTCHA_SITE_KEY } = process.env;
|
||||
console.log( RECAPTCHA_SITE_KEY)
|
||||
console.log( RECAPTCHA_SITE_KEY )
|
||||
|
||||
export default function ContactUsContent() {
|
||||
const recaptchaRef = useRef(null);
|
||||
|
@ -99,7 +99,7 @@ export default function ContactUsContent() {
|
|||
</div>
|
||||
</div>
|
||||
<div className="mt-6">
|
||||
<ReCAPTCHA ref={recaptchaRef} size="invisible" sitekey={RECAPTCHA_SITE_KEY} onChange={onReCAPTCHAChange} />
|
||||
<ReCAPTCHA ref={recaptchaRef} size="invisible" sitekey={`${RECAPTCHA_SITE_KEY}`} onChange={onReCAPTCHAChange} />
|
||||
</div>
|
||||
<div className="mt-6">
|
||||
<button
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SimplySyncedLLC_Website",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
|
Loading…
Reference in New Issue