diff --git a/lib/gui/app/pages/main/Flash.tsx b/lib/gui/app/pages/main/Flash.tsx
index 3dee4137..42d7743e 100644
--- a/lib/gui/app/pages/main/Flash.tsx
+++ b/lib/gui/app/pages/main/Flash.tsx
@@ -24,7 +24,6 @@ import * as messages from '../../../../shared/messages';
import { DriveSelectorModal } from '../../components/drive-selector/DriveSelectorModal';
import { ProgressButton } from '../../components/progress-button/progress-button';
import { SourceOptions } from '../../components/source-selector/source-selector';
-import { SVGIcon } from '../../components/svg-icon/svg-icon';
import * as availableDrives from '../../models/available-drives';
import * as flashState from '../../models/flash-state';
import * as selection from '../../models/selection-state';
@@ -33,6 +32,8 @@ import { scanner as driveScanner } from '../../modules/drive-scanner';
import * as imageWriter from '../../modules/image-writer';
import * as notification from '../../os/notification';
+import FlashSvg from '../../../assets/flash.svg';
+
const COMPLETED_PERCENTAGE = 100;
const SPEED_PRECISION = 2;
@@ -230,9 +231,9 @@ export class FlashStep extends React.PureComponent<
<>
-
diff --git a/lib/gui/app/pages/main/MainPage.tsx b/lib/gui/app/pages/main/MainPage.tsx
index 3eaf3342..c524b1de 100644
--- a/lib/gui/app/pages/main/MainPage.tsx
+++ b/lib/gui/app/pages/main/MainPage.tsx
@@ -23,16 +23,15 @@ import * as React from 'react';
import { Flex } from 'rendition';
import styled from 'styled-components';
-import { SafeWebview } from '../../components/safe-webview/safe-webview';
import { FeaturedProject } from '../../components/featured-project/featured-project';
import FinishPage from '../../components/finish/finish';
import { ReducedFlashingInfos } from '../../components/reduced-flashing-infos/reduced-flashing-infos';
+import { SafeWebview } from '../../components/safe-webview/safe-webview';
import { SettingsModal } from '../../components/settings/settings';
import {
SourceOptions,
SourceSelector,
} from '../../components/source-selector/source-selector';
-import { SVGIcon } from '../../components/svg-icon/svg-icon';
import * as flashState from '../../models/flash-state';
import * as selectionState from '../../models/selection-state';
import * as settings from '../../models/settings';
@@ -49,6 +48,8 @@ import { bytesToClosestUnit } from '../../../../shared/units';
import { DriveSelector } from './DriveSelector';
import { FlashStep } from './Flash';
+import EtcherSvg from '../../../assets/etcher.svg';
+
const Icon = styled(BaseIcon)`
margin-right: 20px;
`;
@@ -154,7 +155,7 @@ export class MainPage extends React.Component<
}
tabIndex={100}
>
-
+
-
diff --git a/lib/gui/assets/raspberrypi.svg b/lib/gui/assets/raspberrypi.svg
index 27192bef..6eb7289e 100644
--- a/lib/gui/assets/raspberrypi.svg
+++ b/lib/gui/assets/raspberrypi.svg
@@ -1,5 +1,5 @@
-