Skip to content

Commit

Permalink
Disable Xverse
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Aug 7, 2023
1 parent 6cfe5aa commit caf6bc7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Fragment, useEffect, useState } from "react";
import CloseModalIcon from "../../assets/close-modal.svg";
import ChevronRightIcon from "../../assets/chevron-right.svg";
import UnisatWalletIcon from "../../assets/unisat-wallet.svg";
import XverseWalletIcon from "../../assets/xverse-wallet.svg";
// import XverseWalletIcon from "../../assets/xverse-wallet.svg";
import { useSadoContext, Wallet } from "../../providers/SadoContext";
import {
UNISAT_WALLET_CHROME_EXTENSION_URL,
Expand Down Expand Up @@ -152,7 +152,7 @@ export function SelectWalletModal({
<img src={ChevronRightIcon} alt="Chevron Right" />
</button>
<hr className="horizontal-separator" />
<button
{/* <button
type="button"
className="wallet-option-button"
onClick={async () => {
Expand All @@ -162,7 +162,7 @@ export function SelectWalletModal({
<img src={XverseWalletIcon} alt="Xverse Wallet" />
<span className="wallet-option-label">Xverse</span>
<img src={ChevronRightIcon} alt="Chevron Right" />
</button>
</button> */}
</section>
) : (
<>
Expand Down

0 comments on commit caf6bc7

Please sign in to comment.