We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cd765 commit c8f9197Copy full SHA for c8f9197
src/sections/Projects/Sistent/components/text-input/code.js
@@ -76,13 +76,6 @@ const TextInputCode = () => {
76
/>
77
</div>
78
<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>
86
<a id="Design">
87
<h2>Design</h2>
88
</a>
@@ -191,4 +184,4 @@ const TextInputCode = () => {
191
184
);
192
185
};
193
186
194
-export default TextInputCode;
187
+export default TextInputCode;
0 commit comments