Skip to content

Commit

Permalink
Merge pull request #634 from naxa-developers/development
Browse files Browse the repository at this point in the history
🐛 Fixed Header Issue on Profile Image
  • Loading branch information
varun2948 authored Dec 30, 2020
2 parents 33b006a + 57d22be commit 87d2593
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 87d2593

Please sign in to comment.