File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pcweb/components/docpage/navbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments