Skip to content

Commit bf86a1d

Browse files
fix(docsearch): drop the "..."
1 parent 39e72c4 commit bf86a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DocSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function DocSearch({
9595
>({
9696
defaultHighlightedIndex: 0,
9797
autoFocus: true,
98-
placeholder: 'Search docs...',
98+
placeholder: 'Search docs',
9999
openOnFocus: true,
100100
initialState: {
101101
query: initialQuery,

0 commit comments

Comments
 (0)