Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: nganphan123 <[email protected]>
  • Loading branch information
nganphan123 committed Jan 11, 2025
1 parent 2c4b916 commit 499335b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sections/Projects/Sistent/components/select/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const SelectCode = () => {
setMultipleAges(agesList);
};
return (
<SistentLayout title="Button">
<SistentLayout title="Select">
<div className="content">
<Header />
<SectionNav />
Expand Down
8 changes: 4 additions & 4 deletions src/sections/Projects/Sistent/components/select/guidance.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ const SelectGuidance = () => {
<Header />
<SectionNav />
<div className="main-content">
<a id="Behavior">
<h2>Behavior</h2>
<a id="Functions">
<h2>Functions</h2>
</a>
<p>
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.
</p>
<h3>Disabled</h3>
Expand Down

0 comments on commit 499335b

Please sign in to comment.