Skip to content

Commit

Permalink
move EFP & success-banner to efp.balena.io
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
aethernet committed Feb 2, 2023
1 parent 79200d1 commit a140faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gui/app/components/finish/finish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}

Expand Down
2 changes: 1 addition & 1 deletion lib/gui/app/pages/main/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a140faa

Please sign in to comment.