mirror of
https://github.com/zedeus/nitter
synced 2024-11-26 03:29:14 +01: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 New Issue
Block a user