From 4ab3eb60faa07776700003cbcff94604cf0237e3 Mon Sep 17 00:00:00 2001
From: oriofir <97814056+oriofir@users.noreply.github.com>
Date: Mon, 29 Aug 2022 15:44:04 -0700
Subject: [PATCH] css adjustment
---
public/sitemap-0.xml | 26 +++++++++----------
.../sections/contact/form/index.tsx | 14 +++++-----
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/public/sitemap-0.xml b/public/sitemap-0.xml
index c033b5c..ac0469a 100644
--- a/public/sitemap-0.xml
+++ b/public/sitemap-0.xml
@@ -1,16 +1,16 @@
-https://laconic.comdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/aboutdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/blogdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/careersdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/communitydaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/contactdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/partnersdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/pressdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/privacy-policydaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/productsdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/terms-of-usedaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/blog/introducing-laconic-networkdaily0.72022-08-29T22:17:09.566Z
-https://laconic.com/blog/how-laconic-differentdaily0.72022-08-29T22:17:09.566Z
+https://laconic.comdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/aboutdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/blogdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/careersdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/communitydaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/contactdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/partnersdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/pressdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/privacy-policydaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/productsdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/terms-of-usedaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/blog/introducing-laconic-networkdaily0.72022-08-29T22:41:27.710Z
+https://laconic.com/blog/how-laconic-differentdaily0.72022-08-29T22:41:27.710Z
\ No newline at end of file
diff --git a/src/components/sections/contact/form/index.tsx b/src/components/sections/contact/form/index.tsx
index abbe48a..ed77ae1 100644
--- a/src/components/sections/contact/form/index.tsx
+++ b/src/components/sections/contact/form/index.tsx
@@ -1,5 +1,5 @@
-import { useRef, useState } from 'react'
-import { ReCAPTCHA } from 'react-google-recaptcha'
+import { useState } from 'react' //add useRef
+// import { ReCAPTCHA } from 'react-google-recaptcha'
import Select from 'react-select'
import { Container } from '~/components/layout/container'
@@ -40,7 +40,7 @@ const CustomForm = ({ data }: FormProps) => {
const [errorMsg, setErrorMsg] = useState('')
const [isFormSent, setIsFormSent] = useState(false)
const [isSending, setIsSending] = useState(false)
- const reRef = useRef()
+ // const reRef = useRef()
const handleSubmit = async (e: any) => {
e.preventDefault()
@@ -61,7 +61,7 @@ const CustomForm = ({ data }: FormProps) => {
inquiry: selectedOption.value
}
- const token = await reRef.current.executeAsync()
+ // const token = await reRef.current.executeAsync()
await fetch(`${process.env.NEXT_PUBLIC_API}/api/contact`, {
method: 'POST',
@@ -127,11 +127,11 @@ const CustomForm = ({ data }: FormProps) => {
onChange={(e) => setText(e.target.value)}
>
-
+ /> */}