diff --git a/frontend/index.html b/frontend/index.html index 690e4bf..99924d5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@ - + Venue App diff --git a/frontend/src/pages/BookingIndex.jsx b/frontend/src/pages/BookingIndex.jsx index 468b192..1c836fe 100644 --- a/frontend/src/pages/BookingIndex.jsx +++ b/frontend/src/pages/BookingIndex.jsx @@ -111,9 +111,10 @@ const BookingIndex = () => { })} /> (e.target.type = "date")} validationState={errors.date ? "invalid" : "valid"} errorMessage={errors.date && errors.date.message} {...register("date", { required: "date is required" })}