diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx index ed81d876031..a1661022025 100644 --- a/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx +++ b/server/sonar-web/src/main/js/apps/about/sonarcloud/components/Footer.tsx @@ -131,7 +131,7 @@ export default function Footer() { <div className="sc-footer-copy"> <div className="sc-footer-limited"> - © 2008-2018, SonarCloud by{' '} + © 2008-2019, SonarCloud by{' '} <a className="sc-footer-link sc-footer-copy-link" href="https://www.sonarsource.com" |