Refactor layout and component styles for improved responsiveness; add suppressHydrationWarning to layout, adjust padding in footer based on pathname, and enhance subscribe section button styles.

This commit is contained in:
Mobin 2025-03-26 23:19:52 +03:30
parent 67583ec248
commit c755dcc5ae
5 changed files with 11 additions and 6 deletions

View file

@ -29,7 +29,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="fa" dir="rtl" className="dark">
<html lang="fa" dir="rtl" className="dark" suppressHydrationWarning>
<body
className={`${Vazir.className} antialiased`}
suppressHydrationWarning