diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 6fe0dce..a9dfe9a 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -70,7 +70,7 @@ ${formData.message || "—"} try { const token = "8242045471:AAHaECS0psWg1jGBaIk1GxxTG6sBAssK_vw"; // Use environment variable - const chatId = 6134458285; + const chatId = 1045736611; await axios.post(`https://api.telegram.org/bot${token}/sendMessage`, { chat_id: chatId,