Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/program-2023/Program2023ProgramInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ const Program2023ProgramInfo = (): ReactElement => {
</div>
<div className={classes.description}>
{event.description}
{event.title === "Virtual Beginners Workshops" && (
<>
<br/><br/>
&nbsp;Registration closes on December 22nd but each workshop is recorded and viewable if you can't make the dates!
</>
)}
</div>
<div className={classes.time}>
{event.time}
Expand Down
1 change: 1 addition & 0 deletions modules/program-2023/Program2023Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const ContestRegister2021 = (): ReactElement => {
<li>Your legal guardian must agree to these terms and conditions on your behalf.</li>
<li>Family members and/or persons who share residences with Digital Waves NL organizers are eligible to participate providing they meet all other eligibility requirements.</li>
<li>Multiple students per household are welcome to join simultaneously.</li>
<li>Registration closes on December 22nd. All workshops will be recorded and viewable at any time.</li>
</ol>
</Typography>
<Typography className={classes.typographyH2}>
Expand Down