-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This should be implemented prior to the registration deadline (Sunday, May 24, 2020, 8:00 PM PDT)
We'd want to change the RegButton in the Courses component to handle workshops and courses separately to add the email us text. The discussion we had on Slack settled on this direction:
Maybe we can have a "contact mission bit at email if you are still interested in registering"
https://github.com/MissionBit/missionbit.org/blob/master/components/programs/Courses.tsx#L267-L278
<Box className={classes.action}>
<RegButton
href={signupUrl}
variant="contained"
color="secondary"
target="_blank"
rel="noopener"
disabled={disabled}
>
{disabled ? "Registration closed" : "Student Sign Up"}
</RegButton>
</Box>Blocked: Thia said she wants this to have a Google Form, so we're blocked on that form.
Metadata
Metadata
Assignees
Labels
No labels