From 2e59db581a20eeac2d9f653d7981f625a6347fbb Mon Sep 17 00:00:00 2001 From: Raj Sharma Date: Wed, 10 Jan 2024 00:12:12 +0530 Subject: [PATCH] fix --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d1996c..aae331f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,8 +8,8 @@ const inter = Inter({ subsets: ["latin"], variable: "--body-font" }); const dm = DM_Sans({ subsets: ["latin"], variable: "--display-font" }); export const metadata: Metadata = { - title: "./raj", - description: "My experiments", + title: "Raj Sharma - Portfolio", + description: "Building experimental design systems", twitter: { card: "summary_large_image", site: "@xrehpicx",