mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-23 06:15:19 +01:00
Added Brave search provider
This commit is contained in:
parent
7b61ca81bc
commit
ab2c3c6412
@ -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…
x
Reference in New Issue
Block a user