Skip to content

Commit

Permalink
chore: disable learn more button
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 13, 2024
1 parent ede9418 commit 93a7478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ const HomePage = () => {
Log In
</Link>

<button className="rounded-xl bg-gray-700 px-6 py-3 font-medium text-white shadow-lg hover:bg-gray-600">
{/* <button className="rounded-xl bg-gray-700 px-6 py-3 font-medium text-white shadow-lg hover:bg-gray-600">
Learn More About Future Features
</button>
</button> */}
</div>
</div>
</>
Expand Down

0 comments on commit 93a7478

Please sign in to comment.