diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js b/server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js index b6130a538c7..074fd288f8b 100644 --- a/server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js +++ b/server/sonar-web/src/main/js/apps/account/projects/ProjectCard.js @@ -72,8 +72,7 @@ export default class ProjectCard extends React.Component { href={link.href} title={link.name} target="_blank" - rel="nofollow" - > + rel="nofollow"> <i className={`icon-color-link icon-${link.type}`} /> </a> </li> |