mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +00:00
Forwards optOutAnalytics to EFP and etcher success screen
Change-type: patch
This commit is contained in:
parent
286c74b41b
commit
4f14e954aa
@ -148,7 +148,7 @@ export class MainPage extends React.Component<
|
||||
private async getFeaturedProjectURL() {
|
||||
const url = new URL(
|
||||
(await settings.get('featuredProjectEndpoint')) ||
|
||||
'https://assets.balena.io/etcher-featured/index.html',
|
||||
'https://static.balena.io/etcher/featured',
|
||||
);
|
||||
url.searchParams.append('borderRight', 'false');
|
||||
url.searchParams.append('darkBackground', 'true');
|
||||
|
Loading…
x
Reference in New Issue
Block a user