Skip to content

Commit 522ad3b

Browse files
committed
minor change
Signed-off-by: nganphan123 <jill01009@gmail.com>
1 parent 0768fe4 commit 522ad3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/sections/Projects/Sistent/components/select/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 />

src/sections/Projects/Sistent/components/select/guidance.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)