Skip to content

Commit 26b0af9

Browse files
author
Samuel Bodin
authored
fix(form): validate URL correctly
1 parent 8e2e90e commit 26b0af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/website/src/components/ApplyForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ function ApplyForm() {
165165
<Input
166166
required={true}
167167
id="repoURL"
168-
type="repoURL"
168+
type="url"
169169
name="repoURL"
170170
aria-label="The URL of your project repository"
171171
value={repo}
172-
placeholder="https://github.com/algolia/docsearch | https://gitlab.com/gitlab-org/gitlab"
172+
placeholder="https://github.com/algolia/docsearch, https://gitlab.com/gitlab-org/gitlab, etc..."
173173
onChange={handleSetRepo}
174174
/>
175175
</LabelText>

0 commit comments

Comments
 (0)