Skip to content

Commit

Permalink
Merge pull request #152 from 2remote/dev
Browse files Browse the repository at this point in the history
将图片命名为小写
  • Loading branch information
liubiantao committed Jan 1, 2016
2 parents 59f7fd1 + 92b2524 commit d232836
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Share.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class Share extends React.Component {
ref="shareIcon"
style={ {fontSize:40} } />
<div style={ this.state.showShareGuide ? {display:'block'} : {display:'none'} }>
<img src="../imgs/common/shareGuide.jpg" style={imgStyle} />
<img src="../imgs/common/share-guide.jpg" style={imgStyle} />
</div>
</div>
);
Expand Down
File renamed without changes

0 comments on commit d232836

Please sign in to comment.