Skip to content

Commit

Permalink
Improvement on UX
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 23, 2024
1 parent 8e1bc83 commit 51935a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ export const AddressInfoDropdown = ({ address }: AddressInfoDropdownProps) => {
<li className={selectingNetwork ? "hidden" : ""}>
<label htmlFor="qrcode-modal" className="btn-sm !rounded-xl flex gap-3 py-3">
<QrCodeIcon className="h-6 w-4 ml-2 sm:ml-0" />
<span className="whitespace-nowrap">Receive ETH</span>
<span className="whitespace-nowrap">Receive funds</span>
</label>
</li>
<li className={selectingNetwork ? "hidden" : ""}>
<label htmlFor="send-usdc-modal" className=" btn-sm !rounded-xl flex gap-3 py-3">
<ArrowUpLeftIcon className="h-6 w-4 ml-2 sm:ml-0" />
<span className="whitespace-nowrap">Send ETH</span>
<span className="whitespace-nowrap">Send funds</span>
</label>
</li>
{/* <li className={selectingNetwork ? "hidden" : ""}>
Expand Down

0 comments on commit 51935a8

Please sign in to comment.