Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blutarche committed May 16, 2016
2 parents ce0c71a + 406e417 commit 3369def
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/******/ }
/******/
/******/ var hotApplyOnUpdate = true;
/******/ var hotCurrentHash = "68b42dc1cc9b77343c4f"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentHash = "385343d0a0fed4399698"; // eslint-disable-line no-unused-vars
/******/ var hotCurrentModuleData = {};
/******/ var hotCurrentParents = []; // eslint-disable-line no-unused-vars
/******/
Expand Down Expand Up @@ -10452,6 +10452,16 @@
_react3.default.createElement("i", { className: "fa fa-download", "aria-hidden": "true" }),
" Download"
)
),
_react3.default.createElement(
"p",
{ className: "tip" },
"If you wanna share your picture on facebook, since they don't allowed uploading your own .gif picture, I recommend upload&share a link from this awesome site: ",
_react3.default.createElement(
"a",
{ href: "http://giphy.com/upload", target: "_blank" },
"Giphy"
)
)
)
);
Expand Down
1 change: 1 addition & 0 deletions components/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default class Download extends React.Component {
<button className="btn btn-super-hg btn-success btn-embossed" onClick={this.onClick.bind(this)}>
<b><i className="fa fa-download" aria-hidden="true"></i> Download</b>
</button>
<p className="tip">If you wanna share your picture on facebook, since they don't allowed uploading your own .gif picture, I recommend upload&share a link from this awesome site: <a href="http://giphy.com/upload" target="_blank">Giphy</a></p>
</div>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intensifier",
"version": "1.4.4",
"version": "1.4.5",
"description": "",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3369def

Please sign in to comment.