diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index 1ba78ee0..eba75ebf 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -181,20 +181,18 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) { )}
- New Chat -
-+ New Chat +
+Chats
- {conversations?.map((conversation) => ( -- {selectedDocs.name} {selectedDocs.version} -
- )} - -- {doc.name} {doc.version} -
- {doc.location === 'local' && ( - { - event.stopPropagation(); - handleDeleteClick(index, doc); - }} - /> - )} -No default documentation.
-+ {selectedDocs.name} {selectedDocs.version} +
)} ++ {doc.name} {doc.version} +
+ {doc.location === 'local' && ( + { + event.stopPropagation(); + handleDeleteClick(index, doc); + }} + /> + )} +No default documentation.
+Source Docs
+Settings
+Source Docs
-Settings
-About
-About
+Documentation
- - - -- Visit our Discord -
- + + +Documentation
+ + + ++ Visit our Discord +
+ - - -Visit our Github
- + + +Visit our Github
+ +