Skip to content

Commit

Permalink
🐛 Fixed Header Issue on Profile Image
Browse files Browse the repository at this point in the history
Profile Image is Extending The Height of Header
  • Loading branch information
varun2948 committed Dec 30, 2020
1 parent 5e3a497 commit 57d22be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ class Header extends Component {
>
{permissions[0].image ? (
<img
width="35px"
src={`https://sakchyam.naxa.com.np${permissions[0].image}`}
width="34px"
src={`${process.env.PUBLIC_URL}${permissions[0].image}`}
alt="ppimage"
/>
) : (
Expand Down

0 comments on commit 57d22be

Please sign in to comment.