From 0c4d16c8afaa5933201b614c43c01198dcdacdaf Mon Sep 17 00:00:00 2001 From: UdeeshaPrabhashana Date: Tue, 13 Feb 2024 18:18:05 +0530 Subject: [PATCH 1/2] Add --- frontend/src/Components/Registration/Team.tsx | 2 ++ frontend/src/index.tsx | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Components/Registration/Team.tsx b/frontend/src/Components/Registration/Team.tsx index 279ee5b..419ea0e 100644 --- a/frontend/src/Components/Registration/Team.tsx +++ b/frontend/src/Components/Registration/Team.tsx @@ -57,6 +57,8 @@ if (teamMemberCount === 2) { } }; + //
+ // disabled={isSubmitting || slotsRemaining <= 0} // get team count Network.shared.getTeamCount() useEffect(() => { diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index a00c4ac..7d2a051 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -11,7 +11,6 @@ const root = ReactDOM.createRoot( root.render( - From 5ff836e8081d4276f8954174e543a8cc794f313d Mon Sep 17 00:00:00 2001 From: UdeeshaPrabhashana Date: Tue, 13 Feb 2024 18:21:46 +0530 Subject: [PATCH 2/2] change title of registration --- frontend/src/Components/Registration/Registration.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Components/Registration/Registration.tsx b/frontend/src/Components/Registration/Registration.tsx index 2cabf66..d95984b 100644 --- a/frontend/src/Components/Registration/Registration.tsx +++ b/frontend/src/Components/Registration/Registration.tsx @@ -45,7 +45,7 @@ export default function Registration() {
-

Register for Workshop 2 - Introduction to Flutter

+

Register for Workshop 3 - Journey to Flutter Mastery