mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 19:21:33 +10:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
"required": "Requis",
|
"required": "Requis",
|
||||||
"website": "Site web",
|
"website": "Site web",
|
||||||
"date": "Date",
|
"date": "Date",
|
||||||
"present": "Cadeau",
|
"present": "Présent",
|
||||||
"position": "Poste",
|
"position": "Poste",
|
||||||
"startDate": "Début",
|
"startDate": "Début",
|
||||||
"endDate": "Fin",
|
"endDate": "Fin",
|
||||||
|
|||||||
@ -6,7 +6,9 @@ import {
|
|||||||
FaGithub,
|
FaGithub,
|
||||||
FaDribbble,
|
FaDribbble,
|
||||||
FaInstagram,
|
FaInstagram,
|
||||||
FaGitlab,
|
FaStackOverflow,
|
||||||
|
FaBehance,
|
||||||
|
FaGitlab
|
||||||
} from 'react-icons/fa';
|
} from 'react-icons/fa';
|
||||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||||
|
|
||||||
@ -20,7 +22,9 @@ const Icons = {
|
|||||||
github: FaGithub,
|
github: FaGithub,
|
||||||
dribbble: FaDribbble,
|
dribbble: FaDribbble,
|
||||||
instagram: FaInstagram,
|
instagram: FaInstagram,
|
||||||
gitlab: FaGitlab,
|
stackoverflow: FaStackOverflow,
|
||||||
|
behance: FaBehance,
|
||||||
|
gitlab: FaGitlab
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Icons;
|
export default Icons;
|
||||||
|
|||||||
Reference in New Issue
Block a user