We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d073ce0 commit ecbc9a6Copy full SHA for ecbc9a6
packages/sado-connect/src/components/SelectWalletModal/index.tsx
@@ -191,9 +191,7 @@ export function SelectWalletModal({
191
}}
192
>
193
<img src={UnisatWalletIcon} alt="Unisat Wallet" />
194
- <span className="wallet-option-label">
195
- Unisat wallet
196
- </span>
+ <span className="wallet-option-label">Unisat</span>
197
<img src={ChevronRightIcon} alt="Chevron Right" />
198
</button>
199
<hr className="horizontal-separator" />
0 commit comments