mirror of
https://github.com/zedeus/nitter.git
synced 2024-12-22 23:15:33 +00:00
parent
8141222c93
commit
c42b2893ff
|
@ -52,7 +52,7 @@ proc renderSearch*(): VNode =
|
|||
buildHtml(tdiv(class="panel")):
|
||||
tdiv(class="search-panel"):
|
||||
form(`method`="post", action="search"):
|
||||
input(`type`="text", name="query", placeholder="Enter usernames...")
|
||||
input(`type`="text", name="query", autofocus="", placeholder="Enter usernames...")
|
||||
button(`type`="submit"): text "🔎"
|
||||
|
||||
proc renderError*(error: string): VNode =
|
||||
|
|
Loading…
Reference in a new issue