diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/layout.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/layout.js b/src/app/layout.js index c95a5dd..d6dd022 100644 --- a/src/app/layout.js +++ b/src/app/layout.js @@ -5,8 +5,8 @@ import Header from "./header/header"; const inter = Inter({ subsets: ["latin"] }); export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Dramalama-Next", + description: "Rewrite of dramalama in next", }; export default function RootLayout({ children }) { |