Skip to content

Commit

Permalink
Merge pull request #29 from Angad-Godara/naman
Browse files Browse the repository at this point in the history
registration closed
  • Loading branch information
Varsha-Kumari0 authored Sep 22, 2024
2 parents d3ed1af + dd4f43c commit e4dd58e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/Components/RegisterForWorkShop/RegisterForWorkShop.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const RegisterForWorkshop = () => {
alignItems: "center",
}}
>
<Typography variant="h4" component="h1" gutterBottom>
{/* <Typography variant="h4" component="h1" gutterBottom>
Register for Workshop
</Typography>
Expand Down Expand Up @@ -286,15 +286,13 @@ const RegisterForWorkshop = () => {
>
Join our WhatsApp group for further updates!
</Alert>
</Snackbar>
</Snackbar> */}

{/* <Typography style={{fontWeight:"600", fontSize:30}}>
Sorry for the inconvinence 😔.
<br/>
Registrations will Resume in sometime.
</Typography> */}
<Typography style={{fontWeight:"600", fontSize:30}}>
Registration is now closed, and the workshop will begin on 28th September
</Typography>

{!showAdditionalFields && (
{/* {!showAdditionalFields && (
<>
<TextField
label="Name"
Expand Down Expand Up @@ -360,7 +358,7 @@ const RegisterForWorkshop = () => {
Continue
</Button>
</>
)}
)} */}

{showAdditionalFields && (
<>
Expand Down

0 comments on commit e4dd58e

Please sign in to comment.