From cca92ca32f4d878d969169b2d2210103d328db21 Mon Sep 17 00:00:00 2001 From: TaylorS15 Date: Sun, 12 Feb 2023 10:54:41 -0500 Subject: [PATCH] fixes --- frontend/src/components/APIKeyModal.tsx | 2 +- frontend/src/components/Navigation/Navigation.tsx | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/APIKeyModal.tsx b/frontend/src/components/APIKeyModal.tsx index 7c82a43..505f249 100644 --- a/frontend/src/components/APIKeyModal.tsx +++ b/frontend/src/components/APIKeyModal.tsx @@ -32,7 +32,7 @@ export default function APIKeyModal({ isApiModalOpen ? 'visible' : 'hidden' } absolute z-30 h-screen w-screen bg-gray-alpha`} > -
+

OpenAI API Key

Before you can start using DocsGPT we need you to provide an API key diff --git a/frontend/src/components/Navigation/Navigation.tsx b/frontend/src/components/Navigation/Navigation.tsx index 73610a4..5ba273d 100644 --- a/frontend/src/components/Navigation/Navigation.tsx +++ b/frontend/src/components/Navigation/Navigation.tsx @@ -17,6 +17,7 @@ function MobileNavigation({ setIsApiModalOpen: React.Dispatch>; }) { //TODO - Need to replace Chat button to open secondary nav with scrollable past chats option and new chat at top + //TODO - Need to add Discord and Github links return (

Github

+
setIsApiModalOpen(true)} + > + info +

Reset Key

+
)}