diff --git a/backend/src/Controllers/team.ts b/backend/src/Controllers/team.ts index d6661c6..5963b91 100644 --- a/backend/src/Controllers/team.ts +++ b/backend/src/Controllers/team.ts @@ -2,7 +2,7 @@ import Team from "../Model/team"; import{ Request, Response } from "express"; -const expectTeamCount = 0; +const expectTeamCount = 50; const teamCount = async (): Promise => { try { diff --git a/frontend/public/MADHACK 3.0.pdf b/frontend/public/MADHACK 3.0.pdf new file mode 100644 index 0000000..49df1d4 Binary files /dev/null and b/frontend/public/MADHACK 3.0.pdf differ diff --git a/frontend/src/Components/Registration/Team.tsx b/frontend/src/Components/Registration/Team.tsx index 273ee7d..ec49536 100644 --- a/frontend/src/Components/Registration/Team.tsx +++ b/frontend/src/Components/Registration/Team.tsx @@ -72,14 +72,41 @@ if (teamMemberCount === 2) { return (
+ +
+ {/* Link for Delegate book */} + + + +
+ + +

Register for the MADHACK 3.0 hackathon

-

Remaining slots : +
+
+ + {/* display flex */} + +
+
+

+ {/*

Remaining slots : {slotsRemaining} -

+ */}