Skip to content

Commit

Permalink
Merge pull request #27 from GlideRide-online/patch-01
Browse files Browse the repository at this point in the history
increased the timer seconds
  • Loading branch information
Akshat2Jain authored Jan 24, 2024
2 parents 0c6c34f + b062723 commit 5d34e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Booking.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Booking = ({ showUi }) => {
const [imageLoaded, setImageLoaded] = useState(false);
const [notification, setNotification] = useState({
message: "",
duration: 10,
duration: 20,
isVisible: false,
});
const containerStyle = {
Expand Down

0 comments on commit 5d34e2f

Please sign in to comment.