From bc2963f9e76a4000e3f1747b6fa4affdebba3956 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sun, 17 Mar 2024 07:08:55 +0530 Subject: prettified the code :) --- src/app/layout.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/layout.js') diff --git a/src/app/layout.js b/src/app/layout.js index d6dd022..3c36ca3 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -5,14 +5,14 @@ import Header from "./header/header"; const inter = Inter({ subsets: ["latin"] }); export const metadata = { - title: "Dramalama-Next", + title: "Dramalama V2.0", description: "Rewrite of dramalama in next", }; export default function RootLayout({ children }) { - return ( + return ( - +
{children} -- cgit v1.2.3