Add URL to list of types supported

This commit is contained in:
Emma Humphries 2019-07-26 17:59:32 -07:00 коммит произвёл GitHub
Родитель 3b8893f7bf
Коммит 1449fdf033
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@
<main>
<form>
<input name="str" type="text" maxlength="100" placeholder="Bug # or description" aria-labelledby="submit-dupe">
<input name="str" type="text" maxlength="100" placeholder="Bug #, URL, or description" aria-labelledby="submit-dupe">
<button type="submit" id="submit-dream">Find dupes</button>
</form>