Merge version_5 into main #3

Merged
development merged 2 commits from version_5 into main 2026-01-11 15:39:40 +00:00
Showing only changes of commit 73cef81f55 - Show all commits

View File

@@ -35,10 +35,11 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="he" suppressHydrationWarning>
<ServiceWrapper>
<body
className={inter.variable}
dir="rtl"
>
<Tag />
{children}
@@ -1264,4 +1265,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}