Skip to content

Commit

Permalink
Merge pull request #11 from uddugteam/redesign
Browse files Browse the repository at this point in the history
contactForm update
  • Loading branch information
andskur authored Mar 5, 2024
2 parents 1c476a1 + 48c4301 commit d9ccd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/general/ContactForm/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const ContactForm: React.VFC<ContactFormProps> = ({
// 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 chatID = '-1002087598083';
// const breakTag = '%0A';
const breakTag = '\n';

Expand Down

0 comments on commit d9ccd41

Please sign in to comment.