Skip to content

Commit

Permalink
chore: change order of wallets #371
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 24, 2024
1 parent cce8646 commit 3c3fce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LoginComponent/LoginModal/LoginModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ function LoginSelectionModal({ isOpen, closeModal, handleLedgerLogin, handleLogi
<p>Login using ICONex | Hana wallet</p>
</div>
<div className={styles.bodySectionItem}>
<span className={styles.bodySectionItemImg}>
<img alt="" src={iconImg} />
</span>
<span className={styles.bodySectionItemImg}>
<img alt="" src={hanaImg} />
</span>
<span className={styles.bodySectionItemImg}>
<img alt="" src={iconImg} />
</span>
</div>
</div>
<hr />
Expand Down

0 comments on commit 3c3fce7

Please sign in to comment.