1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-07 06:54:49 +00:00

Updates Featured DApps section (#69)

* Updates featured dapps - Oasis and Zerion

* Adds back correct yarn.lock file
This commit is contained in:
Andy Tudhope 2020-01-15 14:39:06 +02:00 committed by GitHub
parent 6f5bc6e275
commit f38689cccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -1,9 +1,9 @@
import CryptoKittiesBanner from '../assets/images/featured/crytokittes_banner.png'
import CryptoKittiesLogo from '../assets/images/featured/cryptokitties_logo.png'
import AirswapBanner from '../assets/images/featured/airswap_banner.png'
import AirswapLogo from '../assets/images/featured/airswap_logo.png'
import KyberBanner from '../assets/images/featured/kyber_banner.png'
import KyberLogo from '../assets/images/featured/kyber_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'
import ZerionLogo from '../assets/images/featured/zerion_logo.png'
const featuredDapps = [
{
@ -14,18 +14,20 @@ const featuredDapps = [
icon: CryptoKittiesLogo,
},
{
name: 'Airswap',
description: 'Meet the future of trading',
url: 'https://instant.airswap.io',
banner: AirswapBanner,
icon: AirswapLogo,
name: 'Oasis',
description:
'Trade tokens, borrow Dai, and earn savings — all in one place',
url: 'https://oasis.app',
banner: OasisBanner,
icon: OasisLogo,
},
{
name: 'Kyber',
description: 'On-chain, instant and liquid exchange and payment',
url: 'https://web3.kyber.network',
banner: KyberBanner,
icon: KyberLogo,
name: 'Zerion',
description:
'Zerion is the simplest way to invest in DeFi from anywhere in the world',
url: 'https://app.zerion.io',
banner: ZerionBanner,
icon: ZerionLogo,
},
]