We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10df2b3 + 20f4f56 commit 4ca28feCopy full SHA for 4ca28fe
2 files changed
src/assets/brave_logo.svg
src/config/index.tsx
@@ -7,6 +7,7 @@ import { ReactComponent as StartPageLogo } from 'src/assets/startpage_logo.svg'
7
import { ReactComponent as YahooLogo } from 'src/assets/yahoo_logo.svg'
8
import { ReactComponent as YandexLogo } from 'src/assets/yandex_logo.svg'
9
import { ReactComponent as KagiLogo} from 'src/assets/kagi_logo.svg'
10
+import { ReactComponent as BraveLogo } from 'src/assets/brave_logo.svg'
11
12
// Keys
13
export const ANALYTICS_ENDPOINT = import.meta.env.VITE_AMPLITUDE_URL as string
@@ -76,6 +77,11 @@ export const SUPPORTED_SEARCH_ENGINES = [
76
77
url: 'https://kagi.com/search?q=',
78
logo: KagiLogo,
79
},
80
+ {
81
+ label: 'Brave',
82
+ url: 'https://search.brave.com/search?q=',
83
+ logo: BraveLogo,
84
+ },
85
]
86
87
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
0 commit comments