File tree Expand file tree Collapse file tree
src/sections/Projects/Sistent/components/select Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ const SelectCode = () => {
175175 setMultipleAges ( agesList ) ;
176176 } ;
177177 return (
178- < SistentLayout title = "Button " >
178+ < SistentLayout title = "Select " >
179179 < div className = "content" >
180180 < Header />
181181 < SectionNav />
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ const SelectGuidance = () => {
2929 < Header />
3030 < SectionNav />
3131 < div className = "main-content" >
32- < a id = "Behavior " >
33- < h2 > Behavior </ h2 >
32+ < a id = "Functions " >
33+ < h2 > Functions </ h2 >
3434 </ a >
3535 < p >
36- The select component can exhibit different behaviors based on the
36+ The select component can exhibit different state based on the
3737 context and user input. Since it is usually used within a form
38- component, these behaviors can act in response to the user input for
38+ component, these states can act in response to the user input for
3939 other components in the form.
4040 </ p >
4141 < h3 > Disabled</ h3 >
You can’t perform that action at this time.
0 commit comments