mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-02-20 14:18:28 +00:00
Update styles and descriptions for Featured
This commit is contained in:
parent
e349e72622
commit
28b0300044
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.4 KiB |
@ -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%;
|
||||||
}
|
}
|
||||||
|
@ -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',
|
||||||
|
@ -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,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user