From f13c52a9a135b5a40f9f58d0b3cce2d0efb3c7a2 Mon Sep 17 00:00:00 2001 From: megankulshekar <91085343+megankulshekar@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:48:42 -0400 Subject: [PATCH] added name as Embeddit --- src/app/components/Header.tsx | 4 ++-- src/app/layout.tsx | 2 +- src/app/page.tsx | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/components/Header.tsx b/src/app/components/Header.tsx index d0e803d..f67b11a 100644 --- a/src/app/components/Header.tsx +++ b/src/app/components/Header.tsx @@ -1,11 +1,11 @@ import Image from "next/image"; -export default function Header({ className }: { className?: string }) { +export default function Header({ className, title }: { className?: string; title?: string }) { return (
-
+
+
+{title}
); } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 757202c..a07fbb9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,5 @@ export const metadata = { - title: "Pinecone - Vercel AI SDK Example", + title: "Embeddit", description: "Pinecone - Vercel AI SDK Example", }; diff --git a/src/app/page.tsx b/src/app/page.tsx index 6980ff7..d9ff630 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,15 +50,15 @@ const Page: React.FC = () => { return (
-
- + {/* Deploy with Vercel - + */} - + */} - + */}