aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/about/components/AboutProjects.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about/components/AboutProjects.js')
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutProjects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutProjects.js b/server/sonar-web/src/main/js/apps/about/components/AboutProjects.js
index 2d3a26dd89b..ded5a77736f 100644
--- a/server/sonar-web/src/main/js/apps/about/components/AboutProjects.js
+++ b/server/sonar-web/src/main/js/apps/about/components/AboutProjects.js
@@ -37,7 +37,7 @@ export default function AboutProjects({ count, loading } /*: Props */) {
{!loading && (
<div>
<div>
- <Link to="/projects" className="about-page-projects-link">
+ <Link className="about-page-projects-link" to="/projects">
{formatMeasure(count, 'INT')}
</Link>
</div>