Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove non-Gnosis connection options
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 committed Apr 10, 2024
1 parent c5b817d commit 2e9ed6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/demos/email-recovery/src/components/ConnectWallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ const ConnectWallets = () => {

return (
<div className="connect-wallets-container">
<Button endIcon={<img src={walletIcon} />}>Connect Genosis Safe</Button>
{/* <Button endIcon={<img src={walletIcon} />}>Connect Genosis Safe</Button>
<p color="#CECFD2" style={{ display: "flex", gap: "0.5rem" }}>
<img src={infoIcon} alt="info" />
Copy the link and import into your safe wallet
</p>
</p> */}
<ConnectKitButton.Custom>
{({ isConnected, show, truncatedAddress, ensName }) => {
return (
<Button onClick={show} endIcon={<img src={walletIcon} />}>
Connect Test Wallet
Connect Genosis Safe
</Button>
);
}}
</ConnectKitButton.Custom>
<p style={{ textDecoration: "underline" }}>
{/* <p style={{ textDecoration: "underline" }}>
Or, recover existing wallet instead ➔
</p>
</p> */}
</div>
);
};
Expand Down

0 comments on commit 2e9ed6b

Please sign in to comment.