aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/layout.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/layout.jsx b/src/app/layout.jsx
index 78f3b59..3fe6724 100644
--- a/src/app/layout.jsx
+++ b/src/app/layout.jsx
@@ -8,7 +8,8 @@ const inter = Inter({ subsets: ["latin"] });
export const metadata = {
title: "Dramalama v2.0",
- description: "Rewrite of dramalama in next",
+ description:
+ "Online service to watch kdramas and anime for free. You can also read and download mangas for free.",
};
export default function RootLayout({ children }) {