diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 9e489889..b12ec441 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -1,52 +1,60 @@ import { useDarkTheme, useMediaQuery } from './hooks'; import DocsGPT3 from './assets/cute_docsgpt3.svg'; -import SourceDropdown from './components/SourceDropdown'; import { useSelector } from 'react-redux'; -import { selectSourceDocs,selectSelectedDocs,selectConversations,selectModalStateDeleteConv } from './preferences/preferenceSlice'; +import { selectConversations } from './preferences/preferenceSlice'; +import Arrow2 from './assets/dropdown-arrow.svg'; export default function Hero({ className = '' }: { className?: string }) { // const isMobile = window.innerWidth <= 768; const { isMobile } = useMediaQuery(); const [isDarkTheme] = useDarkTheme(); - const docs = useSelector(selectSourceDocs); - const selectedDocs = useSelector(selectSelectedDocs); const conversations = useSelector(selectConversations); - const modalStateDeleteConv = useSelector(selectModalStateDeleteConv); return (
Chat with your documentation
- Upload documents and get your answers -Chat with your documentation
- Upload documents and get your answers -Chat with your documentation
- Upload documents and get your answers -Chat with your documentation
- Upload documents and get your answers + ++ Chat with your documentation +
+ + Upload documents and get your answers + ++ Chat with your documentation +
+ + Upload documents and get your answers + ++ Chat with your documentation +
+ + Upload documents and get your answers + ++ Chat with your documentation +
+ + Upload documents and get your answers + +