From dcfd3d956e5c47ce0f48365d448cb935abe4b223 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Wed, 15 Mar 2023 07:07:26 -0600 Subject: [PATCH] remove old --- README.md | 2 ++ components/Layout/Footer.tsx | 5 ----- components/Layout/Navbar.tsx | 16 ---------------- pages/index.tsx | 1 + 4 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 components/Layout/Footer.tsx delete mode 100644 components/Layout/Navbar.tsx 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 && (