diff --git a/src/common/assets/images/featured/kyber_logo.png b/src/common/assets/images/featured/kyber_logo.png index 0cf3494..016d36b 100644 Binary files a/src/common/assets/images/featured/kyber_logo.png and b/src/common/assets/images/featured/kyber_logo.png differ diff --git a/src/common/components/FeatureDapps/FeatureDapps.module.scss b/src/common/components/FeatureDapps/FeatureDapps.module.scss index 6bba1f8..e32237d 100644 --- a/src/common/components/FeatureDapps/FeatureDapps.module.scss +++ b/src/common/components/FeatureDapps/FeatureDapps.module.scss @@ -28,7 +28,6 @@ max-width: calculateRem(400); max-height: calculateRem(400); width: 70vw; - margin-top: calculateRem(30); margin-right: calculateRem(16); border-radius: 1%; } diff --git a/src/common/data/dapps.js b/src/common/data/dapps.js index a83a5a3..e1adc47 100644 --- a/src/common/data/dapps.js +++ b/src/common/data/dapps.js @@ -21,7 +21,7 @@ const Dapps = [ name: 'Kyber', url: 'https://web3.kyber.network', 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', category: Categories.EXCHANGES, dateAdded: '2019-04-05', diff --git a/src/common/data/featured.js b/src/common/data/featured.js index 776d43c..f84e370 100644 --- a/src/common/data/featured.js +++ b/src/common/data/featured.js @@ -8,19 +8,19 @@ import KyberLogo from '../assets/images/featured/kyber_logo.png' const featuredDapps = [ { name: 'CryptoKittes', - description: 'Get purring with two new crypto influencer Kitties', + description: 'Collect and breed adorable digital cats', banner: CryptoKittiesBanner, icon: CryptoKittiesLogo, }, { name: 'Airswap', - description: 'Get purring with two new crypto influencer Kitties', + description: 'Meet the future of trading', banner: AirswapBanner, icon: AirswapLogo, }, { name: 'Kyber', - description: 'Get purring with two new crypto influencer Kitties', + description: 'On-chain, instant and liquid exchange and payment', banner: KyberBanner, icon: KyberLogo, },