Skip to content

Commit bc74014

Browse files
CarinaWolliCarinaWollikodiakhq[bot]
authored
remove subtitle (#2925)
Co-authored-by: CarinaWolli <wollencarina@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 3035412 commit bc74014

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/web/components/availability/NewScheduleButton.tsx

+2-5
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,17 @@ export function NewScheduleButton({ name = "new-schedule" }: { name?: string })
4646
</Button>
4747
</DialogTrigger>
4848
<DialogContent>
49-
<div className="mb-4">
49+
<div className="mb-8">
5050
<h3 className="text-lg font-bold leading-6 text-gray-900" id="modal-title">
5151
{t("add_new_schedule")}
5252
</h3>
53-
<div>
54-
<p className="text-sm text-gray-500">{t("new_event_type_to_book_description")}</p>
55-
</div>
5653
</div>
5754
<Form
5855
form={form}
5956
handleSubmit={(values) => {
6057
createMutation.mutate(values);
6158
}}>
62-
<div className="mt-3 space-y-4">
59+
<div className="mt-3 space-y-2">
6360
<label htmlFor="label" className="block text-sm font-medium text-gray-700">
6461
{t("name")}
6562
</label>

0 commit comments

Comments
 (0)