Skip to content

Commit

Permalink
Hid the about button on the header nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Obiaderi committed Oct 17, 2024
1 parent 915bdb3 commit f8910f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ function App() {
</Button>

<div className="hidden gap-4 md:flex">
<button className="text-[#493B56] text-[15px] font-[500] py-[13px] px-[18px] hover:text-slate-500 ">
{/* <button className="text-[#493B56] text-[15px] font-[500] py-[13px] px-[18px] hover:text-slate-500 ">
About
</button>
</button> */}
<button
onClick={scrollToJoinWaitlist}
className="text-[#493B56] text-[15px] font-[500] py-[13px] px-[18px] hover:text-slate-500 "
Expand Down

0 comments on commit f8910f7

Please sign in to comment.