mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +00:00
move EFP & success-banner to efp.balena.io
Change-type: patch
This commit is contained in:
parent
79200d1f79
commit
a140faaebe
@ -43,7 +43,7 @@ function restart(goToMain: () => void) {
|
||||
async function getSuccessBannerURL() {
|
||||
return (
|
||||
(await settings.get('successBannerURL')) ??
|
||||
'https://www.balena.io/etcher/success-banner?borderTop=false&darkBackground=true'
|
||||
'https://efp.balena.io/success-banner?borderTop=false&darkBackground=true'
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -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://efp.balena.io/index.html',
|
||||
);
|
||||
url.searchParams.append('borderRight', 'false');
|
||||
url.searchParams.append('darkBackground', 'true');
|
||||
|
Loading…
x
Reference in New Issue
Block a user