diff --git a/README.md b/README.md index 8d871e2..ecf43ca 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It aims to mimic ChatGPT's interface and functionality. All conversations are stored locally on your device. +See a [demo]() + ![Chatbot UI Pro](./public/screenshot.png) ## Updates diff --git a/components/Layout/Footer.tsx b/components/Layout/Footer.tsx deleted file mode 100644 index f2c76f1..0000000 --- a/components/Layout/Footer.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { FC } from "react"; - -export const Footer: FC = () => { - return
; -}; diff --git a/components/Layout/Navbar.tsx b/components/Layout/Navbar.tsx deleted file mode 100644 index d6d079d..0000000 --- a/components/Layout/Navbar.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import { FC } from "react"; - -export const Navbar: FC = () => { - return ( -
-
- - Chatbot UI - -
-
- ); -}; diff --git a/pages/index.tsx b/pages/index.tsx index 36ce03c..7431eab 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -189,6 +189,7 @@ export default function Home() { href="/favicon.ico" /> + {selectedConversation && (