Skip to content

Commit

Permalink
profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaleshrh committed Mar 24, 2023
1 parent 8f79cdc commit 9ec23d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Udyam/components/Profile/Profile1.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Profile = () => {
<h1 className="emma">{displayName1}</h1>
<Link to="/udyam">
<div className="profile">
<img src={img_url} alt="G" />
<img src={img_url ? img_url : default_img} alt="G" />
</div>
</Link>
</div>
Expand Down

0 comments on commit 9ec23d3

Please sign in to comment.