Skip to content

Commit

Permalink
added dropdown icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson-Juhasc committed Sep 20, 2024
1 parent a887894 commit 5260021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Accounts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const Accounts = () => {
<>
<div className="account">
<a href="#" className="account-profile" onClick={(e) => { e.preventDefault(); toggleDropdown() }}>
<span>&#x25BC;</span>
<img className="account-profile__img" src={defaultAccount.picture} style={{ borderRadius: '50%', border: '2px solid #fff' }} />
<div className="account-profile__body">
<strong className="account-profile__name">
Expand Down

0 comments on commit 5260021

Please # to comment.