diff --git a/src/sections/Projects/Sistent/components/select/code.js b/src/sections/Projects/Sistent/components/select/code.js index c4c9ec608b9e..d3f56216d7e4 100644 --- a/src/sections/Projects/Sistent/components/select/code.js +++ b/src/sections/Projects/Sistent/components/select/code.js @@ -175,7 +175,7 @@ const SelectCode = () => { setMultipleAges(agesList); }; return ( - +
diff --git a/src/sections/Projects/Sistent/components/select/guidance.js b/src/sections/Projects/Sistent/components/select/guidance.js index 24adf0c502c9..ab5062fb3cfd 100644 --- a/src/sections/Projects/Sistent/components/select/guidance.js +++ b/src/sections/Projects/Sistent/components/select/guidance.js @@ -29,13 +29,13 @@ const SelectGuidance = () => {
- -

Behavior

+
+

Functions

- The select component can exhibit different behaviors based on the + The select component can exhibit different state based on the context and user input. Since it is usually used within a form - component, these behaviors can act in response to the user input for + component, these states can act in response to the user input for other components in the form.

Disabled