(hero): demo queries on click

This commit is contained in:
ManishMadan2882
2024-05-16 18:23:45 +05:30
parent c51f12f88b
commit 4f9ce70ff8
3 changed files with 41 additions and 45 deletions

View File

@@ -168,7 +168,7 @@ export default function Conversation() {
})}
</div>
)}
{queries.length === 0 && <Hero className="mt-24 md:mt-52"></Hero>}
{queries.length === 0 && <Hero handleQuestion={handleQuestion} />}
</div>
<div className="bottom-0 flex flex-col items-end self-center bg-white pt-1 dark:bg-raisin-black md:fixed w-11/12 sm:w-6/12">