File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ const Scenarios: React.FC = () => {
8383 </ div >
8484 </ div >
8585 < div className = "space-y-4" >
86- < label htmlFor = "static -id-field" className = "text-sm font-medium text-gray-600" > Customer reference</ label >
86+ < label htmlFor = "fixed -id-field" className = "text-sm font-medium text-gray-600" > Customer reference</ label >
8787 < input
8888 type = "text"
89- id = "static -id-field"
89+ id = "fixed -id-field"
9090 className = "w-full px-4 py-3 border rounded-lg focus:ring-2 transition-all border-gray-300 focus:ring-blue-500"
9191 placeholder = "e.g. ORD-2025-001"
9292 />
@@ -139,7 +139,7 @@ const Scenarios: React.FC = () => {
139139 title = "Submit"
140140 className = "w-full py-3 px-4 rounded-lg font-medium transition-all bg-blue-600 hover:bg-blue-700 text-white"
141141 onClick = { ( ) => toast ( {
142- title : 'Demo notification ' ,
142+ title : 'Toast Notification ' ,
143143 description : 'Content Description button clicked!' ,
144144 className : toastStyles ,
145145 duration : 5000
@@ -162,7 +162,7 @@ const Scenarios: React.FC = () => {
162162 </ div >
163163 < div className = "space-y-4" >
164164 < div className = "bg-gray-50 border border-gray-200 rounded-lg p-4 font-mono text-sm text-gray-700" id = "share-link" >
165- https://demo-app.local/scenario
165+ https://abc.com
166166 </ div >
167167 < button
168168 className = "w-full py-3 px-4 rounded-lg font-medium transition-all bg-blue-600 hover:bg-blue-700 text-white"
You can’t perform that action at this time.
0 commit comments