Skip to content

Commit

Permalink
Merge pull request #10 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
test pr to check github workflows
  • Loading branch information
Akshat2Jain committed Dec 6, 2023
2 parents c09a57f + fdf0a18 commit 523d4ca
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 523d4ca

Please sign in to comment.