From 152776dc40a8c3f27dedb8ee80c78d2e32d2e1c3 Mon Sep 17 00:00:00 2001 From: Aikdanai Sidhikosol Date: Tue, 17 May 2016 00:17:55 +0700 Subject: [PATCH 1/2] Add share on facebook tip --- bundle.js | 12 +++++++++++- components/download.js | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/bundle.js b/bundle.js index de0d532..d825223 100644 --- a/bundle.js +++ b/bundle.js @@ -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 /******/ @@ -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" + ) ) ) ); diff --git a/components/download.js b/components/download.js index b43b341..cb36a96 100644 --- a/components/download.js +++ b/components/download.js @@ -17,6 +17,7 @@ export default class Download extends React.Component { +

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: Giphy

); From 406e417d4d6b0c0cb27de41a479487c01c7b9a20 Mon Sep 17 00:00:00 2001 From: Aikdanai Sidhikosol Date: Tue, 17 May 2016 00:19:25 +0700 Subject: [PATCH 2/2] Change version on package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2de9413..cb7a3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intensifier", - "version": "1.4.4", + "version": "1.4.5", "description": "", "main": "main.js", "scripts": {