From eb4d2248016543b5a78d9ca1238aaaa8a5bb1f70 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Sun, 16 Aug 2026 02:13:36 +0330 Subject: [PATCH] style(ui): fix indentation in root layout body tag --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6f18bf7..2fe0330 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -308,7 +308,7 @@ export default async function RootLayout({ }} /> - گ + {isDevelopment ? : null}
{children}