Apply suggestions from code review
This commit is contained in:
parent
9bc86c488a
commit
7a543c0398
@ -29,7 +29,7 @@ multiple providers is also supported via a dropdown (excluding custom):
|
|||||||
provider: [brave, google, duckduckgo]
|
provider: [brave, google, duckduckgo]
|
||||||
```
|
```
|
||||||
|
|
||||||
The response body for the URL provided with the `suggestionUrl` option should looke like this:
|
The response body for the URL provided with the `suggestionUrl` option should look like this:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
|
|||||||
@ -42,7 +42,6 @@ export const searchProviders = {
|
|||||||
custom: {
|
custom: {
|
||||||
name: "Custom",
|
name: "Custom",
|
||||||
url: false,
|
url: false,
|
||||||
suggestionUrl: false,
|
|
||||||
icon: FiSearch,
|
icon: FiSearch,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user