Merge pull request #2553 from tomodachi94/fix/add-url-input-type

fix(web): Set input type for AddLinkModal
This commit is contained in:
Jackson Harper 2023-07-28 09:07:36 +08:00 committed by GitHub
commit 06652f176e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ export function AddLinkModal(props: AddLinkModalProps): JSX.Element {
}}
>
<FormInput
type="text"
type="url"
value={link}
autoFocus
placeholder="https://example.com"