Skip to content

Commit a2d5a58

Browse files
committed
refactor: remove help text from ConnectWallet component for cleaner UI
1 parent ee7fed5 commit a2d5a58

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

components/connect-wallet/index.tsx

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -345,31 +345,6 @@ const ConnectWallet = ({
345345
<p className='text-red-400 text-sm'>{error}</p>
346346
</div>
347347
)}
348-
349-
{/* Help Text */}
350-
<div className='text-xs text-[#B5B5B5] space-y-1'>
351-
<p>
352-
<strong>Freighter:</strong> Browser extension wallet
353-
</p>
354-
<p>
355-
<strong>Albedo:</strong> Web-based wallet (opens in new window)
356-
</p>
357-
<p>
358-
<strong>Rabet:</strong> Browser extension wallet
359-
</p>
360-
<p>
361-
<strong>xBull:</strong> Mobile and web wallet
362-
</p>
363-
<p>
364-
<strong>Lobstr:</strong> Mobile wallet
365-
</p>
366-
<p>
367-
<strong>Hana:</strong> Mobile wallet
368-
</p>
369-
<p>
370-
<strong>HOT Wallet:</strong> Hardware wallet interface
371-
</p>
372-
</div>
373348
</DialogContent>
374349
</Dialog>
375350
);

0 commit comments

Comments
 (0)