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 = () => {