basic structure folder and style
This commit is contained in:
+3
-5
@@ -1,8 +1,6 @@
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
@@ -10,8 +8,8 @@ export const metadata = {
|
||||
|
||||
export default function RootLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}</body>
|
||||
<html lang="fa" dir='rtl'>
|
||||
<body className='bg-[#F5F5F5]'>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user