From 499335bab190d066d57bcd32781f1be01fc0c16e Mon Sep 17 00:00:00 2001 From: nganphan123 Date: Sat, 11 Jan 2025 02:23:05 -0800 Subject: [PATCH] minor change Signed-off-by: nganphan123 --- src/sections/Projects/Sistent/components/select/code.js | 2 +- .../Projects/Sistent/components/select/guidance.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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