Skip to content

Commit

Permalink
fix(docsearch): drop the "..."
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 6, 2020
1 parent 39e72c4 commit bf86a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DocSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function DocSearch({
>({
defaultHighlightedIndex: 0,
autoFocus: true,
placeholder: 'Search docs...',
placeholder: 'Search docs',
openOnFocus: true,
initialState: {
query: initialQuery,
Expand Down

0 comments on commit bf86a1d

Please sign in to comment.