From 3af4a7edf3d1d9a34c9736894ade2487851db296 Mon Sep 17 00:00:00 2001 From: Sonny Lazuardi Date: Mon, 20 Mar 2023 11:47:03 +0800 Subject: [PATCH] Fix safari small screen text input position style (#20) * Update .gitignore * Update next.config.js * Enable GPT-4 * Update index.ts * Fix logic * Fix error * Add set openai key instruction * Fix menu safari * Revert changes * new line --------- Co-authored-by: Sonny --- components/Sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Sidebar/Sidebar.tsx b/components/Sidebar/Sidebar.tsx index 2a5c5cb..6d85a27 100644 --- a/components/Sidebar/Sidebar.tsx +++ b/components/Sidebar/Sidebar.tsx @@ -33,7 +33,7 @@ export const Sidebar: FC = ({ loading, conversations, lightMode, selected }, [searchTerm, conversations]); return ( -
+