Skip to content

Commit

Permalink
feat: Add autofocus to input
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 9, 2021
1 parent edb8bb6 commit 52f076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/doggo/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1 class="text-5xl font-black text-center"><span class="text-indigo-700">Doggo<
</label>
<input name="q"
class="block w-full bg-grey-lighter text-grey-darker border border-red rounded py-3 px-4 mb-3"
type="text" placeholder="domain.tld">
type="text" placeholder="domain.tld" autofocus>
<p id="empty-name-sec" class="hidden text-red-500 text-xs">Please enter a domain name to
query.
</p>
Expand Down

0 comments on commit 52f076d

Please sign in to comment.