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 = () => {

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