Skip to content

Commit b8a7399

Browse files
Update index.js
Signed-off-by: Aryan Shah <149894557+ARYANSHAH1567@users.noreply.github.com>
1 parent 3b3fc8b commit b8a7399

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/sections/Projects/Sistent/components/text-input

src/sections/Projects/Sistent/components/text-input/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const SistentTextInput = () => {
110110
<li><p><b>Standard:</b> Clean, minimalist input styling</p></li>
111111
<li><p><b>Multiline:</b> Expandable text area for longer content</p></li>
112112
</ul>
113-
<h3>Customization Options</h3>
113+
<h3>Component Props</h3>
114114
<ul>
115115
<li><p><b>Color:</b> Primary, secondary, success, error, warning color themes</p></li>
116116
<li><p><b>Label:</b> Descriptive labels for accessibility</p></li>
@@ -127,4 +127,4 @@ const SistentTextInput = () => {
127127
);
128128
};
129129

130-
export default SistentTextInput;
130+
export default SistentTextInput;

0 commit comments

Comments
 (0)