Skip to content

Commit 8b3c535

Browse files
authored
Update index.tsx
adding phind.com
1 parent a5857c8 commit 8b3c535

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/config/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import LobstersIcon from 'src/assets/icon_lobsters.png'
1111
import { ReactComponent as StartPageLogo } from 'src/assets/startpage_logo.svg'
1212
import { ReactComponent as YahooLogo } from 'src/assets/yahoo_logo.svg'
1313
import { ReactComponent as YandexLogo } from 'src/assets/yandex_logo.svg'
14+
import { ReactComponent as PhindLogo } from 'src/assets/phind_logo.svg'
1415

1516
import {
1617
ConferencesCard,
@@ -80,6 +81,11 @@ export const SUPPORTED_SEARCH_ENGINES = [
8081
url: 'https://www.startpage.com/sp/search?query=',
8182
logo: StartPageLogo,
8283
},
84+
{
85+
label: 'Phind',
86+
url: 'https://phind.com/search?q=',
87+
logo: PhindLogo,
88+
},
8389
]
8490
export const SUPPORTED_CARDS: SupportedCardType[] = [
8591
{

0 commit comments

Comments
 (0)