Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnagithub03 committed Oct 29, 2023
1 parent c7df568 commit 98315ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/heroSection/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Hero = () => {
<iframe src="https://chatbot.hellotars.com/conv/c4uWJl/" className={bot ? "" : "hidden"}>
</iframe>
<div className="flex-col">
<div className="sm:w-30 h-10 bg-[#445D48] rounded-full hover:bg-white" onClick={handleBot}>
<div className="sm:w-30 h-10 bg-[#445D48] rounded-full hover:bg-gray-200" onClick={handleBot}>
<span className=" flex justify-center items-center p-1.5 text-black">TRY ME!</span>
</div>
</div>
Expand Down

0 comments on commit 98315ad

Please sign in to comment.