We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5857c8 commit 8b3c535Copy full SHA for 8b3c535
1 file changed
src/config/index.tsx
@@ -11,6 +11,7 @@ import LobstersIcon from 'src/assets/icon_lobsters.png'
11
import { ReactComponent as StartPageLogo } from 'src/assets/startpage_logo.svg'
12
import { ReactComponent as YahooLogo } from 'src/assets/yahoo_logo.svg'
13
import { ReactComponent as YandexLogo } from 'src/assets/yandex_logo.svg'
14
+import { ReactComponent as PhindLogo } from 'src/assets/phind_logo.svg'
15
16
import {
17
ConferencesCard,
@@ -80,6 +81,11 @@ export const SUPPORTED_SEARCH_ENGINES = [
80
81
url: 'https://www.startpage.com/sp/search?query=',
82
logo: StartPageLogo,
83
},
84
+ {
85
+ label: 'Phind',
86
+ url: 'https://phind.com/search?q=',
87
+ logo: PhindLogo,
88
+ },
89
]
90
export const SUPPORTED_CARDS: SupportedCardType[] = [
91
{
0 commit comments