master
Robert Burgess 2024-08-17 17:07:30 -04:00
parent f70fa05f05
commit 84e70afd4c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "SimplySyncedLLC_Website",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",