fix(docsearch): drop the "..."
This commit is contained in:
parent
39e72c4fb4
commit
bf86a1d09f
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ export function DocSearch({
|
|||
>({
|
||||
defaultHighlightedIndex: 0,
|
||||
autoFocus: true,
|
||||
placeholder: 'Search docs...',
|
||||
placeholder: 'Search docs',
|
||||
openOnFocus: true,
|
||||
initialState: {
|
||||
query: initialQuery,
|
||||
|
|
|
|||
Loading…
Reference in a new issue