From 260bd8f3c8bf9d01536c8e4fd631c5dc65ffe843 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Sat, 27 Dec 2025 20:01:36 +0500 Subject: [PATCH] new things --- components/ContactForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,