Skip to content

Commit ecbc9a6

Browse files
committed
Consistent wallet naming
1 parent d073ce0 commit ecbc9a6

File tree

1 file changed

+1
-3
lines changed
  • packages/sado-connect/src/components/SelectWalletModal

1 file changed

+1
-3
lines changed

packages/sado-connect/src/components/SelectWalletModal/index.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ export function SelectWalletModal({
191191
}}
192192
>
193193
<img src={UnisatWalletIcon} alt="Unisat Wallet" />
194-
<span className="wallet-option-label">
195-
Unisat wallet
196-
</span>
194+
<span className="wallet-option-label">Unisat</span>
197195
<img src={ChevronRightIcon} alt="Chevron Right" />
198196
</button>
199197
<hr className="horizontal-separator" />

0 commit comments

Comments
 (0)