feat: add chat topic

This commit is contained in:
2026-06-03 17:08:59 +03:30
parent 4d67af0bfc
commit 07cbeec816
9 changed files with 359 additions and 17 deletions
+6 -1
View File
@@ -24,7 +24,12 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="fa" dir="rtl" className={`${vazir.variable} h-full`}>
<html
lang="fa"
dir="rtl"
className={`${vazir.variable} h-full`}
suppressHydrationWarning
>
<head>
<script dangerouslySetInnerHTML={{ __html: noFlashTheme }} />
</head>