From f0660b42660dd8566adfaa5b1490a216e7193d39 Mon Sep 17 00:00:00 2001 From: mrjelveh Date: Sun, 8 Nov 2020 16:00:54 +0330 Subject: [PATCH 1/2] Adding stackoverflow & behance icon --- src/templates/blocks/Icons.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/templates/blocks/Icons.js b/src/templates/blocks/Icons.js index 4832c0f9..9116bb88 100644 --- a/src/templates/blocks/Icons.js +++ b/src/templates/blocks/Icons.js @@ -6,6 +6,8 @@ import { FaGithub, FaDribbble, FaInstagram, + FaStackOverflow, + FaBehance } from 'react-icons/fa'; import { MdPhone, MdEmail } from 'react-icons/md'; @@ -19,6 +21,8 @@ const Icons = { github: FaGithub, dribbble: FaDribbble, instagram: FaInstagram, + stackoverflow: FaStackOverflow, + behance: FaBehance, }; export default Icons; From d4816291b47f1b8bc0de7705d5dac3a38f0cb73d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 9 Nov 2020 09:19:37 +0530 Subject: [PATCH 2/2] Update fr.json --- src/i18n/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json index 1deabf06..03e7dfbf 100644 --- a/src/i18n/locales/fr.json +++ b/src/i18n/locales/fr.json @@ -9,7 +9,7 @@ "required": "Requis", "website": "Site web", "date": "Date", - "present": "Cadeau", + "present": "Présent", "position": "Poste", "startDate": "Début", "endDate": "Fin",