@@ -282,17 +282,17 @@ function SlideTwo({ details }: { details: UserDetails }) {
282282 } ;
283283
284284 return (
285- < form className = "mx-auto max-w-sm" onSubmit = { handleSubmit ( onFormSubmit ) } >
285+ < form className = "mx-auto max-w-sm" onSubmit = { handleSubmit ( onFormSubmit ) } >
286286 < div className = "min-h-[32rem]" >
287- < div className = "mx-4 " >
287+ < div className = "mx-4" >
288288 < Heading className = "mt-16" > Demographic</ Heading >
289289 < Subheading >
290290 This information is private, but helps us improve
291291 </ Subheading >
292292 </ div >
293293 < Divider className = "my-4 mt-4" />
294294
295- < div className = "mx-4 mt-4 " >
295+ < div className = "mx-4 mt-4" >
296296 < Field >
297297 < Label > Gender</ Label >
298298 < Select { ...register ( "gender" ) } defaultValue = "" id = "gender" >
@@ -314,8 +314,8 @@ function SlideTwo({ details }: { details: UserDetails }) {
314314 < Divider className = "my-4 mt-4" />
315315
316316 < Fieldset >
317- < Legend className = "mx-4 " > Date of Birth</ Legend >
318- < div className = "mx-4 flex justify-between " >
317+ < Legend className = "mx-4" > Date of Birth</ Legend >
318+ < div className = "mx-4 flex justify-between" >
319319 < Field >
320320 < Select
321321 id = "year"
@@ -452,7 +452,7 @@ function SlideThree({ details }: { details: UserDetails }) {
452452 return (
453453 < form className = "mx-auto max-w-sm" onSubmit = { handleSubmit ( onFormSubmit ) } >
454454 < div className = "min-h-[32rem]" >
455- < div className = "mx-4 " >
455+ < div className = "mx-4" >
456456 < Heading className = "mt-16" > Work and education</ Heading >
457457 < Subheading >
458458 This information is private but helpful to tailor our events and
@@ -461,7 +461,7 @@ function SlideThree({ details }: { details: UserDetails }) {
461461 </ div >
462462 < Divider className = "my-4 mt-4" />
463463 < Fieldset >
464- < Field className = "mx-4 my-4 " >
464+ < Field className = "mx-4 my-4" >
465465 < Label > Which best describes you?</ Label >
466466
467467 < Select
@@ -485,7 +485,7 @@ function SlideThree({ details }: { details: UserDetails }) {
485485
486486 { getValues ( "professionalOrStudent" ) === "Working professional" && (
487487 < >
488- < Field className = "mx-4 my-4 " >
488+ < Field className = "mx-4 my-4" >
489489 < Label > Where are you working?</ Label >
490490 < Input
491491 id = "workplace"
@@ -499,7 +499,7 @@ function SlideThree({ details }: { details: UserDetails }) {
499499 ) }
500500 </ Field >
501501
502- < Field className = "mx-4 my-4 " >
502+ < Field className = "mx-4 my-4" >
503503 < Label > What is your job title?</ Label >
504504 < Input
505505 id = "job-title"
@@ -517,7 +517,7 @@ function SlideThree({ details }: { details: UserDetails }) {
517517
518518 { getValues ( "professionalOrStudent" ) === "Current student" && (
519519 < >
520- < Field className = "mx-4 my-4 " >
520+ < Field className = "mx-4 my-4" >
521521 < Label > What is your current level of study?</ Label >
522522 < Select id = "level-of-study" { ...register ( "levelOfStudy" ) } >
523523 < option value = "" disabled >
@@ -535,7 +535,7 @@ function SlideThree({ details }: { details: UserDetails }) {
535535 ) }
536536 </ Field >
537537
538- < Field className = "mx-4 my-4 " >
538+ < Field className = "mx-4 my-4" >
539539 < Label > What are you studying?</ Label >
540540 < Input
541541 id = "course"
0 commit comments