Skip to content

Commit

Permalink
remove contest-register button (arminpatel#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoden42 authored Aug 29, 2023
1 parent fc298e1 commit ab78aa8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ContestCountdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ const ContestCountDown = ({ start_time, contest_name }) => {
<div className="text-center mt-5 text-5xl">
{days} Days {hours} Hours {minutes} Minutes {seconds} Seconds
</div>
<div className="flex flex-row justify-center mt-10">
<button className="text-center px-10 py-2 bg-blue-800 text-xl text-white hover:bg-blue-600 rounded-md shadow-md">
Register
</button>
</div>
</div>
<Footer />
</div>
Expand Down

0 comments on commit ab78aa8

Please sign in to comment.