Skip to content

Commit

Permalink
test pr to check github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2Jain committed Dec 6, 2023
1 parent ca36891 commit fdf0a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/BookingForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const BookingForm = () => {
<Loading />
) : (
<>
<div className="md:w-1/2 mx-auto shadow-xl rounded-2xl pb-2 bg-white">
<div className="md:w-1/2 mx-auto shadow-xl rounded-2xl pb-2 bg-white ">
{/* Stepper */}
<div className="container horizontal mt-5">
<Stepper steps={steps} currentStep={currentStep} />
Expand Down

0 comments on commit fdf0a18

Please sign in to comment.