Skip to content

Commit

Permalink
img src fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leon9665 committed Jun 24, 2020
1 parent 4a9ad84 commit c1e3e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/pages/PostsIndexLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class PostsIndexLayout extends React.Component {
onClick={this.setRecordAdsView}
>
<img
src={`https://${APP_DOMAIN}/images/dlive.png`}
src="images/dlive.png"
alt=""
width="240"
height="240"
Expand Down

0 comments on commit c1e3e47

Please sign in to comment.