Commit 8e7ab6f8 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: copy changes about (#5611)

* fix: make cards smaller and update font-sizes

* breakpoints

* fix: update copy/images on About
parent 61729610
import swapSrc from './images/swap.png'
import walletsSrc from './images/wallets.png'
import darkSwapSrc from './images/darkSwap.png'
import darkWalletsSrc from './images/darkWallets.png'
import lightSwapSrc from './images/lightSwap.png'
import lightWalletsSrc from './images/lightWallets.png'
export const CARDS = [
{
to: '/swap',
title: 'Swap tokens',
description: 'Discover and swap top tokens on Ethereum, Polygon, Optimism, and more.',
description: 'Buy, sell, and explore tokens on Ethereum, Polygon, Optimism, and more.',
},
{
to: '/nfts',
title: 'Trade NFTs',
description: 'Buy & sell NFTs across marketplaces to find more listings at better prices.',
description: 'Buy and sell NFTs across marketplaces to find more listings at better prices.',
},
{
to: '/pool',
......@@ -29,13 +31,13 @@ export const STEPS = [
{
title: 'Connect a wallet',
description: 'Connect your preferred crypto wallet to the Uniswap Interface.',
lightImgSrc: walletsSrc,
darkImgSrc: walletsSrc,
lightImgSrc: lightWalletsSrc,
darkImgSrc: darkWalletsSrc,
},
{
title: 'Swap!',
description: 'Trade crypto and NFTs through Uniswap’s platform',
lightImgSrc: swapSrc,
darkImgSrc: swapSrc,
lightImgSrc: lightSwapSrc,
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