Skip to content

Commit b9af77a

Browse files
committed
Change main page search to "Tweets" search
1 parent 10b1d9c commit b9af77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/search.nim

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ proc renderSearch*(): VNode =
2424
buildHtml(tdiv(class="panel-container")):
2525
tdiv(class="search-bar"):
2626
form(`method`="get", action="/search", autocomplete="off"):
27-
hiddenField("f", "users")
27+
hiddenField("f", "tweets")
2828
input(`type`="text", name="q", autofocus="",
29-
placeholder="Enter username...", dir="auto")
29+
placeholder="Search...", dir="auto")
3030
button(`type`="submit"): icon "search"
3131

3232
proc renderProfileTabs*(query: Query; username: string): VNode =

0 commit comments

Comments
 (0)