Skip to content

Commit 748aa97

Browse files
authored
feat: Remove load modal for redhat-camel variant (#206)
1 parent 04f0df4 commit 748aa97

File tree

1 file changed

+5
-0
lines changed
  • src/main/resources/web/redhat-camel-app

1 file changed

+5
-0
lines changed

src/main/resources/web/redhat-camel-app/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ import {CodeQuarkus, fetchConfig, fetchPlatform} from '../lib';
55
import './theme.scss';
66
import {CompanyHeader} from './header/company-header';
77

8+
// Disable QuarkusBlurb popup for redhat-camel variant
9+
if (typeof localStorage !== 'undefined') {
10+
localStorage.setItem('quarkus-blurb-visible-v1', 'true');
11+
}
12+
813
const API_URL = window.API_URL;
914
const CLIENT_NAME = window.location.hostname;
1015
const REQUEST_OPTIONS = {headers: {'Client-Name': CLIENT_NAME}};

0 commit comments

Comments
 (0)