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 darkSwapSrc from './images/darkSwap.png'
import walletsSrc from './images/wallets.png' import darkWalletsSrc from './images/darkWallets.png'
import lightSwapSrc from './images/lightSwap.png'
import lightWalletsSrc from './images/lightWallets.png'
export const CARDS = [ export const CARDS = [
{ {
to: '/swap', to: '/swap',
title: 'Swap tokens', 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', to: '/nfts',
title: 'Trade 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', to: '/pool',
...@@ -29,13 +31,13 @@ export const STEPS = [ ...@@ -29,13 +31,13 @@ export const STEPS = [
{ {
title: 'Connect a wallet', title: 'Connect a wallet',
description: 'Connect your preferred crypto wallet to the Uniswap Interface.', description: 'Connect your preferred crypto wallet to the Uniswap Interface.',
lightImgSrc: walletsSrc, lightImgSrc: lightWalletsSrc,
darkImgSrc: walletsSrc, darkImgSrc: darkWalletsSrc,
}, },
{ {
title: 'Swap!', title: 'Swap!',
description: 'Trade crypto and NFTs through Uniswap’s platform', description: 'Trade crypto and NFTs through Uniswap’s platform',
lightImgSrc: swapSrc, lightImgSrc: lightSwapSrc,
darkImgSrc: swapSrc, 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