From 9d538f46a457eda8ac299225286eaa2565b05fe3 Mon Sep 17 00:00:00 2001 From: KirllBashorin <99118225+KirllBashorin@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:10:54 +0400 Subject: [PATCH] contact form update --- src/components/general/ContactForm/ContactForm.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/general/ContactForm/ContactForm.tsx b/src/components/general/ContactForm/ContactForm.tsx index b927beb..e081dd1 100644 --- a/src/components/general/ContactForm/ContactForm.tsx +++ b/src/components/general/ContactForm/ContactForm.tsx @@ -116,8 +116,10 @@ const ContactForm: React.VFC = ({ // document.body.style.overflow = 'hidden'; // } - const botToken = process.env.NEXT_PUBLIC_TELEGRAM_API; - const chatID = process.env.NEXT_PUBLIC_CHAT_ID; + // const botToken = process.env.NEXT_PUBLIC_TELEGRAM_API; + // const chatID = process.env.NEXT_PUBLIC_CHAT_ID; + const botToken = '7126517329:AAENnGqRoQ7Pi-2dRNCGorQCpfgVb7uB5_A'; + const chatID = '-4143978810'; // const breakTag = '%0A'; const breakTag = '\n';