We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a480d0 commit cafb634Copy full SHA for cafb634
2 files changed
src/assets/kagi_logo.svg
src/config/index.tsx
@@ -6,6 +6,7 @@ import { ReactComponent as PhindLogo } from 'src/assets/phind_logo.svg'
6
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
11
// Keys
12
export const ANALYTICS_ENDPOINT = import.meta.env.VITE_AMPLITUDE_URL as string
@@ -70,6 +71,11 @@ export const SUPPORTED_SEARCH_ENGINES = [
70
71
logo: PhindLogo,
72
className: 'themeAdaptiveFillColor',
73
},
74
+ {
75
+ label: 'Kagi',
76
+ url: 'https://kagi.com/search?q=%s',
77
+ logo: KagiLogo,
78
+ },
79
]
80
81
export const LS_PREFERENCES_KEY = 'hackerTabPrefs'
0 commit comments