]> source.dussan.org Git - sonarqube.git/commitdiff
invalidate browser cache for logo
authorStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 3 Oct 2017 09:18:52 +0000 (11:18 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 4 Oct 2017 08:35:13 +0000 (10:35 +0200)
server/sonar-web/src/main/js/app/components/nav/global/GlobalNavBranding.js

index e3e3fb241d6ccdfc7947b92715a4274a06d4a6be..e7b4cae4816f7739e5bad634c71d7d9ec1578f2e 100644 (file)
@@ -31,7 +31,7 @@ class GlobalNavBranding extends React.PureComponent {
   };
 
   renderLogo() {
-    const url = this.props.customLogoUrl || `${window.baseUrl}/images/logo.svg`;
+    const url = this.props.customLogoUrl || `${window.baseUrl}/images/logo.svg?v=6.6`;
     const width = this.props.customLogoUrl ? this.props.customLogoWidth || 100 : 83;
     const height = 30;
     const title = translate('layout.sonar.slogan');