We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2e90e commit 26b0af9Copy full SHA for 26b0af9
1 file changed
packages/website/src/components/ApplyForm.js
@@ -165,11 +165,11 @@ function ApplyForm() {
165
<Input
166
required={true}
167
id="repoURL"
168
- type="repoURL"
+ type="url"
169
name="repoURL"
170
aria-label="The URL of your project repository"
171
value={repo}
172
- placeholder="https://github.com/algolia/docsearch | https://gitlab.com/gitlab-org/gitlab"
+ placeholder="https://github.com/algolia/docsearch, https://gitlab.com/gitlab-org/gitlab, etc..."
173
onChange={handleSetRepo}
174
/>
175
</LabelText>
0 commit comments