File tree 1 file changed +2
-5
lines changed
apps/web/components/availability
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,17 @@ export function NewScheduleButton({ name = "new-schedule" }: { name?: string })
46
46
</ Button >
47
47
</ DialogTrigger >
48
48
< DialogContent >
49
- < div className = "mb-4 " >
49
+ < div className = "mb-8 " >
50
50
< h3 className = "text-lg font-bold leading-6 text-gray-900" id = "modal-title" >
51
51
{ t ( "add_new_schedule" ) }
52
52
</ h3 >
53
- < div >
54
- < p className = "text-sm text-gray-500" > { t ( "new_event_type_to_book_description" ) } </ p >
55
- </ div >
56
53
</ div >
57
54
< Form
58
55
form = { form }
59
56
handleSubmit = { ( values ) => {
60
57
createMutation . mutate ( values ) ;
61
58
} } >
62
- < div className = "mt-3 space-y-4 " >
59
+ < div className = "mt-3 space-y-2 " >
63
60
< label htmlFor = "label" className = "block text-sm font-medium text-gray-700" >
64
61
{ t ( "name" ) }
65
62
</ label >
You can’t perform that action at this time.
0 commit comments