From 7f2986489a19934bc173755c7aa6cbd42b491d3d Mon Sep 17 00:00:00 2001 From: striker Date: Mon, 16 Mar 2026 04:32:36 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=BF=D1=80=D0=B8=D0=B6=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D1=84=D1=83=D1=82=D0=B5=D1=80=20=D0=BA=20=D0=BD=D0=B8?= =?UTF-8?q?=D0=B7=D1=83=20=D0=BD=D0=B0=20=D0=B2=D1=81=D0=B5=D1=85=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D0=B0=D1=85=20(flex=20min-?= =?UTF-8?q?h-screen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/app/[lang]/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/[lang]/layout.tsx b/src/app/[lang]/layout.tsx index ca4dd84..7216b00 100644 --- a/src/app/[lang]/layout.tsx +++ b/src/app/[lang]/layout.tsx @@ -23,12 +23,12 @@ export default async function LangLayout({ }) { const { lang } = await params return ( - <> +
-
{children}
+
{children}
) }