Skip to content

Commit

Permalink
Remove google play icon from about screen & deploy v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyaroru committed Jan 9, 2019
1 parent 45e6eb3 commit 7e8a268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Chiew Carol",
"description": "watch out for bear!",
"website": "http://bearsweeper.kyaroru.com/",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
Expand Down
4 changes: 2 additions & 2 deletions src/routes/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const Difficulty = () => (
<a target="_blank" rel="noopener noreferrer" href="https://itunes.apple.com/us/app/bearsweeper/id1447809603?ls=1&mt=8">
<img className="appstore-icon" alt="appstore" src={appstore} />
</a>
<a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.bearsweeper&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">
{/* <a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=com.bearsweeper&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1">
<img className="google-icon" alt="googleplay" src={googleplay} />
</a>
</a> */}
</div>}
{(process && process.platform === 'win32' || typeof process === 'undefined') &&
<div>And it is now ported to ReactJS & ElectronJS :p</div>
Expand Down

0 comments on commit 7e8a268

Please sign in to comment.