Update src/app/layout.tsx

This commit is contained in:
2026-03-18 00:15:40 +00:00
parent e9ef4ca73e
commit 570b8466c0

View File

@@ -25,7 +25,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="ar" dir="rtl" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
@@ -39,4 +39,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}