aboutsummaryrefslogtreecommitdiff
path: root/src/app/layout.jsx
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
committerreal-zephex <[email protected]>2024-03-21 23:33:39 +0530
commit500ee5433bd6eabf27fc9723a04cfb6a4e66624a (patch)
treefd4b929a6375fa62b816e901b47230759ba4c2f4 /src/app/layout.jsx
parentughh (diff)
downloaddramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.tar.xz
dramalama-500ee5433bd6eabf27fc9723a04cfb6a4e66624a.zip
fix: fixed the backed. let's hope it stays this way
Diffstat (limited to 'src/app/layout.jsx')
-rw-r--r--src/app/layout.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.jsx b/src/app/layout.jsx
index a5d6ffa..78f3b59 100644
--- a/src/app/layout.jsx
+++ b/src/app/layout.jsx
@@ -7,7 +7,7 @@ import { Analytics } from "@vercel/analytics/react";
const inter = Inter({ subsets: ["latin"] });
export const metadata = {
- title: "Dramalama V2.0",
+ title: "Dramalama v2.0",
description: "Rewrite of dramalama in next",
};