Add 1inch to featured DApps

This commit is contained in:
andytudhope 2020-06-29 08:43:44 +02:00
parent 0fbc3cb215
commit 23ca78b3a0
5 changed files with 15 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,5 +1,5 @@
import SablierBanner from '../assets/images/featured/sablier_banner.png'
import SablierLogo from '../assets/images/featured/sablier_logo.png'
import inchBanner from '../assets/images/featured/inch_banner.jpg'
import inchLogo from '../assets/images/featured/inch_logo.png'
import OasisBanner from '../assets/images/featured/oasis_banner.png'
import OasisLogo from '../assets/images/featured/oasis_logo.png'
import ZerionBanner from '../assets/images/featured/zerion_banner.png'
@ -7,19 +7,12 @@ import ZerionLogo from '../assets/images/featured/zerion_logo.png'
const featuredDapps = [
{
name: 'Sablier',
description: 'Stream money, just like you stream music or videos',
url: 'https://pay.sablier.finance',
banner: SablierBanner,
icon: SablierLogo,
},
{
name: 'Oasis',
name: '1inch.exchange',
description:
'Trade tokens, borrow Dai, and earn savings — all in one place',
url: 'https://oasis.app',
banner: OasisBanner,
icon: OasisLogo,
'The decentralized exchange aggregator with the best prices on the market',
url: 'https://1inch.exchange/',
banner: inchBanner,
icon: inchLogo,
},
{
name: 'Zerion',
@ -29,6 +22,14 @@ const featuredDapps = [
banner: ZerionBanner,
icon: ZerionLogo,
},
{
name: 'Oasis',
description:
'Trade tokens, borrow Dai, and earn savings — all in one place',
url: 'https://oasis.app',
banner: OasisBanner,
icon: OasisLogo,
},
]
export default featuredDapps