Skip to content

Commit c4cd765

Browse files
committed
Added the code section for text-input
Signed-off-by: Aryan Shah <[email protected]>
1 parent 43991dd commit c4cd765

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabButton from "../../../../../reusecore/Button";
1010
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
1111

1212
const codes = [
13-
`<Input placeholder="Placeholder goes here" type="text" />`,
13+
"<Input placeholder=\"Placeholder goes here\" type=\"text\" />",
1414
`<Input
1515
placeholder="Placeholder goes here"
1616
type="text"

0 commit comments

Comments
 (0)