From 707a4dbf1fb60648c48fe5ad9218a2b0ac3ea011 Mon Sep 17 00:00:00 2001 From: Farmin Farzin Date: Thu, 11 Jan 2018 17:45:00 +0100 Subject: [PATCH] add recaptcha and formatting fixes --- package.json | 1 + public/index.html | 2 ++ src/components/Login.js | 1 + src/components/LoginGoogle.js | 8 ++++++++ src/components/SignUp.js | 25 +++++++++++++++++-------- src/containers/Accounts.js | 8 ++++---- src/containers/Categories.js | 2 +- src/containers/Dashboard.js | 3 +-- src/containers/HomePage.js | 1 + src/containers/Transactions.js | 8 ++++---- src/utils/constants.js | 2 +- 11 files changed, 41 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index f5cf1e8..8cc1f37 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "react": "^16.2.0", "react-dates": "^16.0.1", "react-dom": "^16.2.0", + "react-icons": "^2.2.7", "react-recaptcha": "^2.3.5", "react-redux": "^5.0.6", "react-router": "^4.2.0", diff --git a/public/index.html b/public/index.html index 65b68ae..bd050a4 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,8 @@ --> + +