diff options
| author | real-zephex <[email protected]> | 2024-03-14 16:38:03 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-14 16:38:03 +0530 |
| commit | f7e6f2defcc71bfd907c9de71ac39a15466d5f95 (patch) | |
| tree | 65d34c481a8341d2cfd9ed0cd305e3535c794a46 /src/app/layout.js | |
| parent | Created README.md (diff) | |
| download | dramalama-f7e6f2defcc71bfd907c9de71ac39a15466d5f95.tar.xz dramalama-f7e6f2defcc71bfd907c9de71ac39a15466d5f95.zip | |
minor fix: changed the website title
Diffstat (limited to 'src/app/layout.js')
| -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 }) { |