From c9e1bcb3202d76464b8852dfcfd824943ccf8271 Mon Sep 17 00:00:00 2001 From: Jaydeep Dave Date: Mon, 1 Dec 2025 21:44:49 +0530 Subject: [PATCH 1/4] changes --- public/_redirects | 1 + src/App.tsx | 2 +- src/pages/Scenarios.tsx | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 public/_redirects diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 0000000..ad37e2c --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 diff --git a/src/App.tsx b/src/App.tsx index 545ddc0..065c7b4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -91,7 +91,7 @@ const ShoppingCartPage = () => {
${item.price} x {item.quantity}
- {item.quantity} + {item.quantity}
diff --git a/src/pages/Scenarios.tsx b/src/pages/Scenarios.tsx index e52bdb4..cee1b89 100644 --- a/src/pages/Scenarios.tsx +++ b/src/pages/Scenarios.tsx @@ -124,7 +124,7 @@ const Scenarios: React.FC = () => { title: 'Link copied', description: 'The scenario URL is ready to share.', className: toastStyles, - duration: 800 + duration: 3000 }); }); } @@ -160,6 +160,7 @@ const Scenarios: React.FC = () => {