Skip to content

Commit

Permalink
fix(form): validate URL correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Bodin authored 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
Original file line number Diff line number Diff line change
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.