Commit 4c3528a0 authored by pp-hh-ii-ll's avatar pp-hh-ii-ll Committed by GitHub

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
parent ed82f9ff
...@@ -2,6 +2,7 @@ import darkSwapSrc from './images/darkSwap.png' ...@@ -2,6 +2,7 @@ import darkSwapSrc from './images/darkSwap.png'
import darkWalletsSrc from './images/darkWallets.png' import darkWalletsSrc from './images/darkWallets.png'
import lightSwapSrc from './images/lightSwap.png' import lightSwapSrc from './images/lightSwap.png'
import lightWalletsSrc from './images/lightWallets.png' import lightWalletsSrc from './images/lightWallets.png'
import tokens from './images/tokens.png'
export const CARDS = [ export const CARDS = [
{ {
...@@ -35,7 +36,13 @@ export const STEPS = [ ...@@ -35,7 +36,13 @@ export const STEPS = [
darkImgSrc: darkWalletsSrc, 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', description: 'Trade crypto and NFTs through Uniswap’s platform',
lightImgSrc: lightSwapSrc, lightImgSrc: lightSwapSrc,
darkImgSrc: darkSwapSrc, darkImgSrc: darkSwapSrc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment