Skip to content

Commit c8f9197

Browse files
Update code.js
Signed-off-by: Aryan Shah <[email protected]>
1 parent c4cd765 commit c8f9197

File tree

1 file changed

+1
-8
lines changed
  • src/sections/Projects/Sistent/components/text-input

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ const TextInputCode = () => {
7676
/>
7777
</div>
7878
<div className="main-content">
79-
<p>
80-
Text inputs are important elements that help users interact with an
81-
experience by providing text commands that will in turn return
82-
expected results. These commands can range from providing a free
83-
range of personal information to entering a limited number of
84-
characters for a use case.
85-
</p>
8679
<a id="Design">
8780
<h2>Design</h2>
8881
</a>
@@ -191,4 +184,4 @@ const TextInputCode = () => {
191184
);
192185
};
193186

194-
export default TextInputCode;
187+
export default TextInputCode;

0 commit comments

Comments
 (0)