Skip to content

Commit

Permalink
modified heirloom button text
Browse files Browse the repository at this point in the history
  • Loading branch information
shadokan87 committed Jul 29, 2024
1 parent b636d48 commit 16b95d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallet/ConnectWalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ export const Heirloom = () => {
onClick={modal.open}
type="button"
>
Disconnect Wallet
Disconnect your DID
</Button>
else
return <Button
className={classnames.WALLET_CONNECT_BUTTON}
onClick={modal.open}
type="button"
>
Connect Wallet
Connect your DID
</Button>
}}
</HeirloomConnectButton>
Expand Down

0 comments on commit 16b95d5

Please sign in to comment.