Skip to content

Commit

Permalink
Merge pull request #129 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
Update Registration Title
  • Loading branch information
Udeesha-Prabhashana authored Feb 13, 2024
2 parents c5c7e53 + a039d37 commit 5b03f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Registration/Registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Registration() {
<div className="site-section local-bootstrap reg-section">

<div className="container">
<h1 className='py-2'> Register for Workshop 2 - Introduction to Flutter </h1>
<h1 className='py-2'> Register for Workshop 3 - Journey to Flutter Mastery </h1>


<div className="row">
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/Components/Registration/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ if (teamMemberCount === 2) {
}
};

// <form onSubmit={handleSubmit(onSubmit)} className={slotsRemaining <= 0 ? "disable-form" : "form"}></form>
// disabled={isSubmitting || slotsRemaining <= 0}

// get team count Network.shared.getTeamCount()
useEffect(() => {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const root = ReactDOM.createRoot(
root.render(
<React.StrictMode>
<HashRouter>

<App />
</HashRouter>
</React.StrictMode>
Expand Down

0 comments on commit 5b03f05

Please sign in to comment.