From 377dc9c001b3b7f61974614f70a434abee7b4e0c Mon Sep 17 00:00:00 2001 From: Robert Mourey Jr Date: Thu, 4 Apr 2024 22:40:29 +0000 Subject: [PATCH] . --- src/components/About/constants.tsx | 2 +- src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx | 2 +- src/components/ConnectedAccountBlocked/index.tsx | 2 +- src/components/PrivacyPolicy/index.tsx | 2 +- src/components/Settings/RouterPreferenceSettings/index.tsx | 2 +- src/pages/Landing/index.tsx | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/About/constants.tsx b/src/components/About/constants.tsx index 7986ee9870c..3aa5f803de9 100644 --- a/src/components/About/constants.tsx +++ b/src/components/About/constants.tsx @@ -14,7 +14,7 @@ export const MAIN_CARDS = [ { to: '/swap', title: 'Swap tokens', - description: 'Buy, sell, and explore tokens on Ethereum, Polygon, Optimism, and more.', + description: 'Help us turn this demo into reality! Buy our token to help deploy our smart contracts!', cta: 'Trade Tokens', darkBackgroundImgSrc: swapCardImgSrc, lightBackgroundImgSrc: swapCardImgSrc, diff --git a/src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx b/src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx index db9cd8c3093..adc47d10d28 100644 --- a/src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx +++ b/src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx @@ -23,7 +23,7 @@ import { useFeeValues } from './hooks' import useMultiChainPositions from './useMultiChainPositions' /** - * Takes an array of PositionInfo objects (format used by the Uniswap Labs gql API). + * Takes an array of PositionInfo objects (format used by the DeFi ONE gql API). * The hook access PositionInfo.details (format used by the NFT position contract), * filters the PositionDetails data for malicious content, * and then returns the original data in its original format. diff --git a/src/components/ConnectedAccountBlocked/index.tsx b/src/components/ConnectedAccountBlocked/index.tsx index 60376a01c8e..a3f1f5f4935 100644 --- a/src/components/ConnectedAccountBlocked/index.tsx +++ b/src/components/ConnectedAccountBlocked/index.tsx @@ -31,7 +31,7 @@ export default function ConnectedAccountBlocked(props: ConnectedAccountBlockedPr {props.account} - This address is blocked on the Uniswap Labs interface because it is associated with one or more{' '} + This address is blocked on the DeFi ONE interface because it is associated with one or more{' '} blocked activities diff --git a/src/components/PrivacyPolicy/index.tsx b/src/components/PrivacyPolicy/index.tsx index 009706b29fd..a762938883d 100644 --- a/src/components/PrivacyPolicy/index.tsx +++ b/src/components/PrivacyPolicy/index.tsx @@ -49,7 +49,7 @@ const StyledLinkOut = styled(ArrowDown)` const EXTERNAL_APIS = [ { name: 'Auto Router', - description: The app fetches the optimal trade route from a Uniswap Labs server., + description: The app fetches the optimal trade route from a DeFi ONE server., }, { name: 'Infura', diff --git a/src/components/Settings/RouterPreferenceSettings/index.tsx b/src/components/Settings/RouterPreferenceSettings/index.tsx index 7da747200c3..c7317bedd01 100644 --- a/src/components/Settings/RouterPreferenceSettings/index.tsx +++ b/src/components/Settings/RouterPreferenceSettings/index.tsx @@ -54,7 +54,7 @@ export default function RouterPreferenceSettings() { Uniswap API - Finds the best route on the DeFi One using the Uniswap Labs Routing API. + Finds the best route on the DeFi One using the DeFi ONE Routing API. diff --git a/src/pages/Landing/index.tsx b/src/pages/Landing/index.tsx index 792c299a049..ac69d147cae 100644 --- a/src/pages/Landing/index.tsx +++ b/src/pages/Landing/index.tsx @@ -348,7 +348,7 @@ export default function Landing() { {shouldDisableNFTRoutes ? ( - Trade crypto with confidence + Help deploy our smart contracts! ) : ( DeFi ONE by Quantum One DAO )} @@ -356,9 +356,9 @@ export default function Landing() { {shouldDisableNFTRoutes ? ( - Buy, sell, and explore tokens + Help finish this app - buy our token! ) : ( - Buy, sell, and explore tokens and NFTs + Help turn this demo into reality by purchasing our token! )}