From b062723b43aee9449e71bc51555b83f68a9c1153 Mon Sep 17 00:00:00 2001 From: akshat2jain Date: Wed, 24 Jan 2024 19:01:38 +0530 Subject: [PATCH] increased the timer seconds --- client/src/pages/Booking.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/Booking.jsx b/client/src/pages/Booking.jsx index 6883f2b..0e2e311 100644 --- a/client/src/pages/Booking.jsx +++ b/client/src/pages/Booking.jsx @@ -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 = {