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:
parent
ed82f9ff8a
commit
4c3528a03d
@ -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 Uniswap’s platform',
|
||||
lightImgSrc: tokens,
|
||||
darkImgSrc: tokens,
|
||||
},
|
||||
{
|
||||
title: 'Trade tokens and NFTs',
|
||||
description: 'Trade crypto and NFTs through Uniswap’s platform',
|
||||
lightImgSrc: lightSwapSrc,
|
||||
darkImgSrc: darkSwapSrc,
|
||||
|
BIN
src/pages/About/images/tokens.png
Normal file
BIN
src/pages/About/images/tokens.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in New Issue
Block a user