mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-06 22:43:34 +00:00
Move 1inch back to the top of featured dapps
This commit is contained in:
parent
3e0664a26f
commit
97bfb18d67
Binary file not shown.
Before Width: | Height: | Size: 347 KiB |
BIN
src/common/assets/images/featured/inch_banner.png
Normal file
BIN
src/common/assets/images/featured/inch_banner.png
Normal file
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 |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user