Added Brave search provider

pull/841/head
Jackson Barker 1 year ago
parent 7b61ca81bc
commit ab2c3c6412
No known key found for this signature in database
GPG Key ID: 77D2449BBB3C804A

@ -1,7 +1,7 @@
import { useState } from "react";
import { useTranslation } from "next-i18next";
import { FiSearch } from "react-icons/fi";
import { SiDuckduckgo, SiMicrosoftbing, SiGoogle, SiBaidu } from "react-icons/si";
import { SiDuckduckgo, SiMicrosoftbing, SiGoogle, SiBaidu, SiBrave } from "react-icons/si";
const providers = {
google: {
@ -24,6 +24,11 @@ const providers = {
url: "https://www.baidu.com/s?wd=",
icon: SiBaidu,
},
brave: {
name: "Brave",
url: "https://search.brave.com/search?q=",
icon: SiBrave,
},
custom: {
name: "Custom",
url: false,

Loading…
Cancel
Save