Forwards optOutAnalytics to EFP and etcher success screen

Change-type: patch
This commit is contained in:
Otávio Jacobi 2023-01-24 09:22:54 -03:00
parent 286c74b41b
commit 4f14e954aa

View File

@ -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');