Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
gianantoniopini
2020-11-09 11:54:37 +01:00
2 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"required": "Requis",
"website": "Site web",
"date": "Date",
"present": "Cadeau",
"present": "Présent",
"position": "Poste",
"startDate": "Début",
"endDate": "Fin",

View File

@ -6,7 +6,9 @@ import {
FaGithub,
FaDribbble,
FaInstagram,
FaGitlab,
FaStackOverflow,
FaBehance,
FaGitlab
} from 'react-icons/fa';
import { MdPhone, MdEmail } from 'react-icons/md';
@ -20,7 +22,9 @@ const Icons = {
github: FaGithub,
dribbble: FaDribbble,
instagram: FaInstagram,
gitlab: FaGitlab,
stackoverflow: FaStackOverflow,
behance: FaBehance,
gitlab: FaGitlab
};
export default Icons;