Skip to content

Commit

Permalink
Logo and Sponsor Description Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaibanda committed Oct 3, 2024
1 parent 24f0bb7 commit 8308063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,426 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export default function FormInput({ calendarEventId, formContext }: Props) {
<BookingFormTextField
id="sponsorFirstName"
label="Sponsor First Name"
description = "An NYU faculty or staff member related to your request. Ex: your thesis teacher if you have a thesis-related reservation request."
required={watch("role") === Role.STUDENT}
{...{ control, errors, trigger }}
/>
Expand All @@ -266,7 +267,7 @@ export default function FormInput({ calendarEventId, formContext }: Props) {
<BookingFormTextField
id="sponsorEmail"
label="Sponsor Email"
description="An NYU faculty or staff member related to your request. Ex: your thesis teacher if you have a thesis-related reservation request. Must be an nyu.edu email address"
description="Must be an nyu.edu email address."
required={watch("role") === Role.STUDENT}
pattern={{
value: /^[A-Z0-9._%+-][email protected]$/i,
Expand Down
Loading

0 comments on commit 8308063

Please sign in to comment.