diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx
index f81d5eac..063e9cae 100644
--- a/frontend/src/Navigation.tsx
+++ b/frontend/src/Navigation.tsx
@@ -11,7 +11,6 @@ import Github from './assets/github.svg';
import Hamburger from './assets/hamburger.svg';
import Info from './assets/info.svg';
import SettingGear from './assets/settingGear.svg';
-import Key from './assets/key.svg';
import Add from './assets/add.svg';
import UploadIcon from './assets/upload.svg';
import { ActiveState } from './models/misc';
@@ -229,7 +228,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
className={({ isActive }) =>
`${
isActive ? 'bg-gray-3000' : ''
- } group my-auto mx-4 mt-4 flex cursor-pointer gap-2.5 rounded-3xl border border-silver p-3 hover:border-rainy-gray hover:bg-gray-3000`
+ } group mx-4 mt-4 flex cursor-pointer gap-2.5 rounded-3xl border border-silver p-3 hover:border-rainy-gray hover:bg-gray-3000`
}
>
+
Chats
{conversations && ( -Chats
+Source Docs
Reset Key
-Settings
++
This is a chatbot that uses the GPT-3, Faiss and LangChain to answer questions.
diff --git a/frontend/src/index.css b/frontend/src/index.css index 4d881fe0..244d7870 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -367,7 +367,7 @@ template { /* third container laylout for Firefox */ @-moz-document url-prefix() { - .firefox{ + .firefox { padding: 32px; } } @@ -377,4 +377,4 @@ template { .firefox { padding: 16px; } -} \ No newline at end of file +}