style: update steps (#5619)

* update steps

Add Transfer crypto step to the steps and change Swap copy

* Fix transfer tokens image

Remove shadows from transfer token image
This commit is contained in:
pp-hh-ii-ll 2022-12-09 17:24:47 -05:00 committed by GitHub
parent ed82f9ff8a
commit 4c3528a03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

@ -2,6 +2,7 @@ import darkSwapSrc from './images/darkSwap.png'
import darkWalletsSrc from './images/darkWallets.png'
import lightSwapSrc from './images/lightSwap.png'
import lightWalletsSrc from './images/lightWallets.png'
import tokens from './images/tokens.png'
export const CARDS = [
{
@ -35,7 +36,13 @@ export const STEPS = [
darkImgSrc: darkWalletsSrc,
},
{
title: 'Swap!',
title: 'Transfer crypto',
description: 'Trade crypto and NFTs through Uniswaps platform',
lightImgSrc: tokens,
darkImgSrc: tokens,
},
{
title: 'Trade tokens and NFTs',
description: 'Trade crypto and NFTs through Uniswaps platform',
lightImgSrc: lightSwapSrc,
darkImgSrc: darkSwapSrc,

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB