Skip to content

Commit

Permalink
edit KyberSwap text
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold committed Sep 21, 2023
1 parent 0051747 commit 070d289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/swapv2/LiquiditySourcesPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const LiquiditySourcesPanel: React.FC<Props> = ({ onBack }) => {
<ImageWrapper>
<img src="https://kyberswap.com/favicon.ico" alt="ks logo" />
</ImageWrapper>
<SourceName>Kyberswap - All</SourceName>
<SourceName>KyberSwap - All</SourceName>
</Source>

{ksDexes
Expand Down
4 changes: 2 additions & 2 deletions src/constants/connectors/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const walletconnectConfig = {
} as any,
},
metadata: {
name: 'Kyberswap',
name: 'KyberSwap',
description: document.title,
url: window.location.origin,
icons: ['https://kyberswap.com/favicon.svg'],
Expand Down Expand Up @@ -92,7 +92,7 @@ export const [coinbaseWallet, coinbaseWalletHooks] = initializeConnector<Coinbas
actions,
options: {
url: NETWORKS_INFO[ChainId.MAINNET].defaultRpcUrl,
appName: 'Kyberswap',
appName: 'KyberSwap',
},
}),
)

0 comments on commit 070d289

Please sign in to comment.