Skip to content

Commit

Permalink
removing contact option
Browse files Browse the repository at this point in the history
  • Loading branch information
vnagpal25 committed Oct 14, 2024
1 parent 82b9fc3 commit 6802cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/homepage/contact/contact-without-captcha.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ContactWithoutCaptcha() {

return (
<div className="">
<p className="font-medium mb-5 text-[#16f2b3] text-xl uppercase">
{/* <p className="font-medium mb-5 text-[#16f2b3] text-xl uppercase">
Contact with me
</p>
<div className="max-w-3xl text-white rounded-lg border border-[#464c6a] p-3 lg:p-5">
Expand Down Expand Up @@ -123,7 +123,7 @@ function ContactWithoutCaptcha() {
</button>
</div>
</div>
</div>
</div> */}
</div>
);
};
Expand Down

0 comments on commit 6802cf1

Please sign in to comment.