Skip to content

Commit

Permalink
remove spellcheck and autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelincoln committed Jun 5, 2021
1 parent 111b854 commit 5634675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/web/live/home_live.html.leex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1 class="font-black text-white text-4xl">Start your open source blog</h1>

<form class="my-8 mb-16" phx-change="go-preview">
<input name="url" class="input p-4 rounded-xl" type="text" placeholder="Paste your github article's url">
<input name="url" class="input p-4 rounded-xl" type="text" placeholder="Paste your github article's url" spellcheck="false" autocomplete="off">
</form>

<div class="flex justify-between mb-4 text-white text-lg">
Expand Down

0 comments on commit 5634675

Please sign in to comment.