diff --git a/src/common/assets/images/featured/inch_banner.jpg b/src/common/assets/images/featured/inch_banner.jpg deleted file mode 100644 index 36559a2..0000000 Binary files a/src/common/assets/images/featured/inch_banner.jpg and /dev/null differ diff --git a/src/common/assets/images/featured/inch_banner.png b/src/common/assets/images/featured/inch_banner.png new file mode 100644 index 0000000..83c9622 Binary files /dev/null and b/src/common/assets/images/featured/inch_banner.png differ diff --git a/src/common/assets/images/featured/inch_logo.png b/src/common/assets/images/featured/inch_logo.png index 35be290..23958c9 100644 Binary files a/src/common/assets/images/featured/inch_logo.png and b/src/common/assets/images/featured/inch_logo.png differ diff --git a/src/common/data/featured.js b/src/common/data/featured.js index 429d409..eba390e 100644 --- a/src/common/data/featured.js +++ b/src/common/data/featured.js @@ -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