mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 16:21:37 +03:00
Shorter placeholder for Search field
This commit is contained in:
parent
c1eade0fd8
commit
27c7a2dee9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function Search() {
|
||||||
name="q"
|
name="q"
|
||||||
type="search"
|
type="search"
|
||||||
autofocus
|
autofocus
|
||||||
placeholder="Search or paste URL"
|
placeholder="Search"
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
<div class="header-side" />
|
<div class="header-side" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue