From 4f548517914dd0269b32319f93c7ce624a552dc7 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Tue, 16 Dec 2025 16:23:15 +0500 Subject: [PATCH] bug fix --- src/features/about/ui/AboutPage.tsx | 6 +++--- src/features/faq/ui/Faq.tsx | 8 ++++---- src/features/profile/ui/Profile.tsx | 2 +- src/features/profile/ui/Support.tsx | 4 ++-- src/features/search/ui/Search.tsx | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/features/about/ui/AboutPage.tsx b/src/features/about/ui/AboutPage.tsx index b0ce1f9..4ead8e7 100644 --- a/src/features/about/ui/AboutPage.tsx +++ b/src/features/about/ui/AboutPage.tsx @@ -106,11 +106,11 @@ export function PartnershipForm() { return (
-
-

+
+

{`Hamkor bo'ling`}

-

+

{`Gastro Market bilan hamkorlik qilishni xohlaysizmi? Quyidagi formani to'ldiring va biz siz bilan tez orada bog'lanamiz.`}

diff --git a/src/features/faq/ui/Faq.tsx b/src/features/faq/ui/Faq.tsx index 7428291..847db3b 100644 --- a/src/features/faq/ui/Faq.tsx +++ b/src/features/faq/ui/Faq.tsx @@ -116,7 +116,7 @@ const Faq = () => {
-

+

{"Tez-tez So'raladigan Savollar"}

@@ -127,14 +127,14 @@ const Faq = () => {

<> -
+
{faqCategories.map((category, idx) => (
-

+

{category.category}

- + {category.questions.map((faq, qIdx) => ( { return (
-
+
{menuItems.map((item) => { const Icon = item.icon; diff --git a/src/features/profile/ui/Support.tsx b/src/features/profile/ui/Support.tsx index 6ca0a47..d138932 100644 --- a/src/features/profile/ui/Support.tsx +++ b/src/features/profile/ui/Support.tsx @@ -132,8 +132,8 @@ export default function CustomerSupport() { placeholder="Savolingiz yoki murojaatingizni batafsil yozing..." className="w-full h-32 p-3 border border-gray-300 rounded-lg focus:border-gray-500 focus:outline-none resize-none text-gray-700" /> -
-

{message.length}/1000 belgi

+

{message.length}/1000 belgi

+

-
+
{recommendedProducts.map((product) => (