From f5c381c486280a92064d87d68e3152ad8a930de3 Mon Sep 17 00:00:00 2001 From: BunyodL Date: Tue, 6 May 2025 15:56:47 +0500 Subject: [PATCH] fix: fix the styles --- src/shared/components/about-counter.tsx | 5 ++++- src/widgets/about-section.tsx | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/shared/components/about-counter.tsx b/src/shared/components/about-counter.tsx index a1244ae..f18617f 100644 --- a/src/shared/components/about-counter.tsx +++ b/src/shared/components/about-counter.tsx @@ -37,7 +37,10 @@ export default function AboutCounter() { }, []); return ( -
+
diff --git a/src/widgets/about-section.tsx b/src/widgets/about-section.tsx index d3381f7..5fd9d1a 100644 --- a/src/widgets/about-section.tsx +++ b/src/widgets/about-section.tsx @@ -28,10 +28,12 @@ export const AboutSection = () => {

- - +
+ + +
{ />
- );