@@ -177,7 +177,7 @@ const DisplaySkills = props => {
177
177
if ( props . skills [ skill ] ) {
178
178
listChosenSkills . push (
179
179
`
180
- <a href="${ skillWebsites [ skill ] } " target="_blank">
180
+ <a href="${ skillWebsites [ skill ] } " target="_blank" rel="noreferrer" >
181
181
<img src="${ icons [ skill ] } " alt="${ skill } " width="40" height="40"/>
182
182
</a>
183
183
`
@@ -279,7 +279,7 @@ const DisplaySupport = props => {
279
279
}
280
280
const Markdown = props => {
281
281
const icon_base_url =
282
- "https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/" ;
282
+ "https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/"
283
283
284
284
return (
285
285
< div id = "markdown-content" className = "break-words" >
@@ -493,21 +493,21 @@ const Markdown = props => {
493
493
< >
494
494
< DisplaySocial
495
495
base = "https://codeforces.com/profile"
496
- icon = { icon_base_url + "codeforces.svg" }
496
+ icon = { icon_base_url + "codeforces.svg" }
497
497
username = { props . social . codeforces }
498
498
/>
499
499
</ >
500
500
< >
501
501
< DisplaySocial
502
502
base = "https://www.leetcode.com"
503
- icon = { icon_base_url + "leet-code.svg" }
503
+ icon = { icon_base_url + "leet-code.svg" }
504
504
username = { props . social . leetcode }
505
505
/>
506
506
</ >
507
507
< >
508
508
< DisplaySocial
509
509
base = "https://www.hackerearth.com"
510
- icon = { icon_base_url + "hackerearth.svg" }
510
+ icon = { icon_base_url + "hackerearth.svg" }
511
511
username = { props . social . hackerearth }
512
512
/>
513
513
</ >
0 commit comments