Move 1inch back to the top of featured dapps

This commit is contained in:
andytudhope 2021-05-06 15:40:13 +02:00
parent 3e0664a26f
commit 97bfb18d67
4 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -1,4 +1,4 @@
import inchBanner from '../assets/images/featured/inch_banner.jpg'
import inchBanner from '../assets/images/featured/inch_banner.png'
import inchLogo from '../assets/images/featured/inch_logo.png'
import GitcoinBanner from '../assets/images/featured/gitcoin_banner.png'
import GitcoinLogo from '../assets/images/featured/gitcoin_logo.png'
@ -6,6 +6,14 @@ import MatchaBanner from '../assets/images/featured/matcha_banner.png'
import MatchaLogo from '../assets/images/featured/matcha_logo.png'
const featuredDapps = [
{
name: '1inch.exchange',
description:
'The most efficient DeFi / DEX aggregator with the best exchange rates accross Ethereum and Binance Smart Chain.',
url: 'https://1inch.exchange/',
banner: inchBanner,
icon: inchLogo,
},
{
name: 'Matcha',
description:
@ -22,14 +30,6 @@ const featuredDapps = [
banner: GitcoinBanner,
icon: GitcoinLogo,
},
{
name: '1inch.exchange',
description:
'The decentralized exchange aggregator with the best prices on the market',
url: 'https://1inch.exchange/',
banner: inchBanner,
icon: inchLogo,
},
]
export default featuredDapps