Update src/app/book-appointment/page.tsx
This commit is contained in:
@@ -330,7 +330,7 @@ export default function BookAppointmentPage() {
|
||||
<div className="flex gap-4">
|
||||
<ButtonHoverBubble
|
||||
text="Book Appointment"
|
||||
onClick={handleSubmit}
|
||||
onClick={() => handleSubmit({} as React.FormEvent)}
|
||||
className="flex-1"
|
||||
bgClassName="bg-primary-cta"
|
||||
textClassName="text-white font-semibold"
|
||||
|
||||
Reference in New Issue
Block a user