page blogs title and head and list article & change footer hover mode
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="fa" dir='rtl'>
|
||||
<ThemeRegistry>
|
||||
<body className='bg-[#F5F5F5]'>{children}</body>
|
||||
<body className='bg-[#FAFAFA]'>{children}</body>
|
||||
</ThemeRegistry>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user