Skip to content

Commit

Permalink
fix: Remove duplicates (Connector) (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Likang0122 authored Dec 24, 2024
1 parent b9f5178 commit 0a03758
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/guide/demos/best-practice/components/pay-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@ export const EvmPayButton: React.FC<PayButtonsProps> = ({
chains={[mainnet, polygon, arbitrum, optimism]}
>
<Space size="middle">
<Connector
modalProps={{
footer: (
<>
Powered by{' '}
<a href="https://web3.ant.design/" target="_blank" rel="noreferrer">
Ant Design Web3
</a>
</>
),
}}
>
<ConnectButton chainSelect={false} />
</Connector>
<Connector
modalProps={{
footer: (
Expand Down

0 comments on commit 0a03758

Please sign in to comment.