From 30f87abbe85801ba9cf1cbbca64c55187845aff9 Mon Sep 17 00:00:00 2001 From: Salam-vsem Date: Fri, 16 May 2025 15:50:53 +0300 Subject: [PATCH] fix section --- src/components/Section.astro | 4 ++-- src/components/header/MobileNavigation.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Section.astro b/src/components/Section.astro index dec8afa..3132bbf 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -11,10 +11,10 @@ type Props = { const { title, description, className, id } = Astro.props --- -
+
diff --git a/src/components/header/MobileNavigation.tsx b/src/components/header/MobileNavigation.tsx index 608b2b4..03bd4e4 100644 --- a/src/components/header/MobileNavigation.tsx +++ b/src/components/header/MobileNavigation.tsx @@ -66,7 +66,7 @@ const MobileNavigation: React.FC = ({ navItems }) => {