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:
parent
67583ec248
commit
c755dcc5ae
5 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue