Skip to content

Commit

Permalink
Merge pull request #24 from akash02ab/improve-thankyou-page
Browse files Browse the repository at this point in the history
feat: improve styling of thankyou page
  • Loading branch information
Akshat2Jain authored Jan 15, 2024
2 parents 56d0a6d + a075815 commit 45b025f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions client/src/pages/ThankYou.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,27 @@ const ThankYou = () => {
};
return (
<>
<div className="container md:mt-10 mt-40">
<div className="container mx-auto md:mt-10 mt-40">
<div className="flex flex-col items-center">
<div className="text-green-400">
<svg
className="w-24 h-24"
fill="currentColor"
viewBox="0 0 20 20"
viewBox="0 0 512 512"
xmlns="http://www.w3.org/2000/svg"
>
<path
fillRule="evenodd"
d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.
414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0
001.414 0l4-4z"
clipRule="evenodd"
d="M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1
208-208S370.9 48 256 48zm-32.1 281.7c-2.4 2.4-5.8 4.4-8.8
4.4s-6.4-2.1-8.9-4.5l-56-56 17.8-17.8 47.2 47.2L340 177.3l17.5
18.1-133.6 134.3z"
/>
</svg>
</div>
<div className="mt-3 text-xl font-semibold uppercase text-green-500">
Congratulations!
</div>
<div className="text-lg font-semibold text-gray-500">
<div className="text-lg font-semibold text-gray-500 text-center">
Your Ride Has been Booked Successfully
<h1>
Please Check Your mail(spam included), we have sent you the
Expand Down

0 comments on commit 45b025f

Please sign in to comment.