Add autofocus to Strong's Concordance search input

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-29 18:59:25 -05:00
parent 78efc7e2fc
commit d5f97540c3
+1 -1
View File
@@ -257,7 +257,7 @@
<form class="search-form" action="/strongs" method="get">
<div class="search-input-group">
<input type="text" name="q" class="search-input" placeholder="Search by definition (e.g., love, faith, grace)" value="{{ query }}">
<input type="text" name="q" class="search-input" placeholder="Search by definition (e.g., love, faith, grace)" value="{{ query }}" autofocus>
<button type="submit" class="search-btn">Search</button>
</div>
</form>