Skip to content

Commit

Permalink
increased the timer seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2Jain committed Jan 24, 2024
1 parent 7c12c0c commit b062723
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 b062723

Please sign in to comment.