Skip to content

Commit 87a9794

Browse files
committed
ui changes
1 parent 7352447 commit 87a9794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/components/docpage/navbar/typesense.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def search_input() -> rx.Component:
380380
on_click=rx.run_script("document.dispatchEvent(new KeyboardEvent('keydown', { key: 'Escape' }))"),
381381
),
382382
rx.el.input(
383-
placeholder="Search...",
383+
placeholder="Search components, docs, or features...",
384384
on_change=TypesenseSearchState.search_docs.debounce(500),
385385
id="search-input",
386386
auto_focus=True,
@@ -435,7 +435,7 @@ def search_trigger() -> rx.Component:
435435
class_name="absolute right-2 top-1/2 transform -translate-y-1/2 text-sm bg-slate-3 rounded-md text-sm !text-slate-9 px-[5px] py-[2px] hidden md:inline",
436436
),
437437
rx.el.input(
438-
placeholder="Search components...",
438+
placeholder="Search",
439439
read_only=True,
440440
class_name="bg-transparent border-none outline-none focus:outline-none pl-4 cursor-pointer hidden md:block",
441441
),

0 commit comments

Comments
 (0)