From 02a4246276518aa4247b37584a350ac8bbf0d6f9 Mon Sep 17 00:00:00 2001 From: Peter Hozak Date: Sun, 26 May 2024 07:19:30 +0200 Subject: [PATCH 1/3] clean up fcol-x lefovers from merge --- app/components/Chatbot/index.tsx | 10 ++--- app/components/Feedback/Form.tsx | 2 +- app/components/Menu/menuItem.css | 1 + app/components/Nav/nav.css | 1 - app/components/SearchResults/Dropdown.tsx | 2 +- app/root.css | 52 ++--------------------- 6 files changed, 11 insertions(+), 57 deletions(-) diff --git a/app/components/Chatbot/index.tsx b/app/components/Chatbot/index.tsx index fdf9e522..b3e61a96 100644 --- a/app/components/Chatbot/index.tsx +++ b/app/components/Chatbot/index.tsx @@ -71,7 +71,7 @@ const QuestionInput = ({initial, onChange, onAsk}: QuestionInputProps) => { } return ( -
+
{results.length > 0 ? (