Skip to content

Commit

Permalink
Merge pull request #7 from uddugteam/redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
andskur authored Feb 27, 2024
2 parents efd4d40 + 9d538f4 commit 9e9085b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/general/ContactForm/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ const ContactForm: React.VFC<ContactFormProps> = ({
// 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';

Expand Down

0 comments on commit 9e9085b

Please sign in to comment.