Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(form): validate URL correctly
  • Loading branch information
Samuel Bodin committed Jul 21, 2022
1 parent 8e2e90e commit 26b0af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/src/components/ApplyForm.js
Expand Up @@ -165,11 +165,11 @@ function ApplyForm() {
<Input
required={true}
id="repoURL"
type="repoURL"
type="url"
name="repoURL"
aria-label="The URL of your project repository"
value={repo}
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..."
onChange={handleSetRepo}
/>
</LabelText>
Expand Down

0 comments on commit 26b0af9

Please sign in to comment.