From 030fdbc0010c84eca68fec8aa5392dd7e4c74e54 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Fri, 26 Dec 2025 19:02:41 +0500 Subject: [PATCH] last puhs for github --- components/ContactForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 934ecf7..6fe0dce 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -27,7 +27,7 @@ export function ContactForm() { text: string; } | null>(null); - const phoneRegex = /^\+?\d*$/; // + majburiy + const phoneRegex = /^\+?\d*$/; // + majburiy ha majburiy const handleChange = ( e: React.ChangeEvent<