Skip to content

Commit

Permalink
Merge pull request #158 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Registration closed
  • Loading branch information
Udeesha-Prabhashana authored Feb 15, 2024
2 parents 3e99029 + 5cabab2 commit 8d74867
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Frontend/src/Components/TeamRegistration/TeamRegi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,11 @@ export default function Registration() {
<div>
<br></br>
</div>
{/* <a target="_blank">
Delegate Book
</button>
</a>
<div>
<br></br>
</div>
{/* <a target="_blank">
<button className="btn btn-primary py-2 px-4 text-red">
Registration close
</button>
</a> */}
<a target="_blank">
<button className="btn btn-primary py-2 px-4 text-red">
Registration close
</button>
</a>
</div>
</div>
</div>
Expand All @@ -126,7 +119,7 @@ export default function Registration() {
<div className="col-md-12 aos-init aos-animate" data-aos="fade-up">
{/* form disable if no slots remaining , add class to disable */}
{/* <form onSubmit={handleSubmit(onSubmit)}> */}
<form onSubmit={handleSubmit(onSubmit)} className="form">
<form onSubmit={handleSubmit(onSubmit)} className=" disable-form">
{/* Team Information */}
<div className="row form-group">
<div className="col-md-12">
Expand Down

0 comments on commit 8d74867

Please sign in to comment.