Skip to content

Commit

Permalink
turn off mobile capitalize, complete, correct for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonkalt committed Jun 24, 2024
1 parent 9645273 commit fc46ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Karson Kalt</h1>
<pre class="terminal ripple-container">
<span class="system-prompt" aria-hidden="true">$</span>
<div class="input-container">
<input type="text" class="prompt" value="">
<input type="text" class="prompt" value="" autocapitalize="off" autocomplete="off" autocorrect="off">
<span class="input-mirror"></span>
<span class="cursor" aria-hidden="true">_</span>
</div>
Expand Down

0 comments on commit fc46ad7

Please sign in to comment.