From 504ff1a440deb9db94cb64f852ac4c3529eba38b Mon Sep 17 00:00:00 2001 From: Jaydeep Dave Date: Tue, 2 Dec 2025 16:00:55 +0530 Subject: [PATCH] update sdk install --- src/pages/Scenarios.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Scenarios.tsx b/src/pages/Scenarios.tsx index f12a13c..d5f5a16 100644 --- a/src/pages/Scenarios.tsx +++ b/src/pages/Scenarios.tsx @@ -83,10 +83,10 @@ const Scenarios: React.FC = () => {
- + @@ -139,7 +139,7 @@ const Scenarios: React.FC = () => { title="Submit" className="w-full py-3 px-4 rounded-lg font-medium transition-all bg-blue-600 hover:bg-blue-700 text-white" onClick={() => toast({ - title: 'Demo notification', + title: 'Toast Notification', description: 'Content Description button clicked!', className: toastStyles, duration: 5000 @@ -162,7 +162,7 @@ const Scenarios: React.FC = () => {