From 84e70afd4c0966420859fb438ed0d5da5aa64db4 Mon Sep 17 00:00:00 2001 From: Robert Burgess Date: Sat, 17 Aug 2024 17:07:30 -0400 Subject: [PATCH] update --- app/(default)/contact-us/content.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(default)/contact-us/content.js b/app/(default)/contact-us/content.js index f7f3752..2e61ffc 100644 --- a/app/(default)/contact-us/content.js +++ b/app/(default)/contact-us/content.js @@ -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() {
- +