From 7c0e491c905f80ea10aa12e2ec9dad4607a62a4b Mon Sep 17 00:00:00 2001 From: Vishal Mathur Date: Thu, 26 Sep 2024 09:27:07 -0700 Subject: [PATCH] Updated naming changed magic chat prototype to magic ai chat demo --- README.md | 5 +---- app/layout.tsx | 12 ++++++------ app/page.tsx | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a3b5ada..6295c77 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Magic Chat Prototype +# Magic AI Chat Demo ## Prerequisites @@ -153,9 +153,6 @@ The **timestamp lambda** approach provides a reliable solution by handling the n You can deploy your this project to Vercel - - - ### Prerequisites 1. A [GitHub](https://github.com/), [GitLab](https://gitlab.com/), or [Bitbucket](https://bitbucket.org/) account. diff --git a/app/layout.tsx b/app/layout.tsx index d776f1d..ffa3d30 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -15,13 +15,13 @@ export default function RootLayout({ return ( - Magic Chat Prototype + Magic AI Chat Demo - - - - - + + + + + diff --git a/app/page.tsx b/app/page.tsx index 4753c48..229fe94 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -76,7 +76,7 @@ export default function Page() {
{/* Top Navigation */}