Skip to content

Commit

Permalink
Update cv.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julkwel committed Jan 8, 2020
1 parent 7d11edf commit a5e59ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cv/cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ export default function Cv() {
variant="outlined"
label="Github"
/>
<Chip className="ml-2 text-primary"
<Chip className="ml-md-2 text-primary"
avatar={<Avatar><LinkedInIcon className="text-primary"/></Avatar>}
component="a"
href={profileData.network.linkedin}
target="_blank"
variant="outlined"
label="Linkedin"
/>
<Chip className="ml-2 text-primary"
<Chip className="ml-md-2 text-primary"
avatar={<Avatar><ViewListIcon className="text-primary"/></Avatar>}
component="a"
href={profileData.network.stackoverflow}
target="_blank"
variant="outlined"
label="Stackoverflow"
/>
<Chip className="ml-2 text-primary"
<Chip className="ml-md-2 text-primary"
avatar={<Avatar><FacebookIcon className="text-primary"/></Avatar>}
component="a"
href={profileData.network.facebook}
Expand Down

0 comments on commit a5e59ec

Please sign in to comment.