Update styles and descriptions for Featured

This commit is contained in:
Andy Tudhope 2019-04-15 20:08:22 +02:00
parent e349e72622
commit 28b0300044
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
4 changed files with 4 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -28,7 +28,6 @@
max-width: calculateRem(400); max-width: calculateRem(400);
max-height: calculateRem(400); max-height: calculateRem(400);
width: 70vw; width: 70vw;
margin-top: calculateRem(30);
margin-right: calculateRem(16); margin-right: calculateRem(16);
border-radius: 1%; border-radius: 1%;
} }

View File

@ -21,7 +21,7 @@ const Dapps = [
name: 'Kyber', name: 'Kyber',
url: 'https://web3.kyber.network', url: 'https://web3.kyber.network',
description: description:
'On-chain, instant and liquid platform for exchange and payment service', 'On-chain, instant and liquid platform for exchange and payment',
image: '/images/dapps/kyber.png', image: '/images/dapps/kyber.png',
category: Categories.EXCHANGES, category: Categories.EXCHANGES,
dateAdded: '2019-04-05', dateAdded: '2019-04-05',

View File

@ -8,19 +8,19 @@ import KyberLogo from '../assets/images/featured/kyber_logo.png'
const featuredDapps = [ const featuredDapps = [
{ {
name: 'CryptoKittes', name: 'CryptoKittes',
description: 'Get purring with two new crypto influencer Kitties', description: 'Collect and breed adorable digital cats',
banner: CryptoKittiesBanner, banner: CryptoKittiesBanner,
icon: CryptoKittiesLogo, icon: CryptoKittiesLogo,
}, },
{ {
name: 'Airswap', name: 'Airswap',
description: 'Get purring with two new crypto influencer Kitties', description: 'Meet the future of trading',
banner: AirswapBanner, banner: AirswapBanner,
icon: AirswapLogo, icon: AirswapLogo,
}, },
{ {
name: 'Kyber', name: 'Kyber',
description: 'Get purring with two new crypto influencer Kitties', description: 'On-chain, instant and liquid exchange and payment',
banner: KyberBanner, banner: KyberBanner,
icon: KyberLogo, icon: KyberLogo,
}, },