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 43991dd commit c4cd765Copy full SHA for c4cd765
src/sections/Projects/Sistent/components/text-input/code.js
@@ -10,7 +10,7 @@ import TabButton from "../../../../../reusecore/Button";
10
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
11
12
const codes = [
13
- `<Input placeholder="Placeholder goes here" type="text" />`,
+ "<Input placeholder=\"Placeholder goes here\" type=\"text\" />",
14
`<Input
15
placeholder="Placeholder goes here"
16
type="text"
0 commit comments