diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/GlobalFooter.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooter.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx index 12bf494a218..bfc13b67018 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx @@ -95,11 +95,6 @@ export default function GlobalFooter({ <Link to="/web_api">{translate('footer.web_api')}</Link> </li> )} - {!hideLoggedInInfo && ( - <li className="page-footer-menu-item"> - <Link to="/about">{translate('footer.about')}</Link> - </li> - )} </ul> </div> ); |