Skip to content

Commit 1130579

Browse files
Add transfer program gif for chromeOS (#222)
1 parent 08cd140 commit 1130579

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/components/connection-prompt/usb/manual/ManualInstallTutorial.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Bowser from 'bowser';
99
import { onMount } from 'svelte';
1010
import { t } from '../../../../i18n';
11-
import transferFirmwareChromeOSImage from '../../../../imgs/transfer_firmware_chromeos.gif';
11+
import transferProgramChromeOS from '../../../../imgs/transfer_program_chromeos.gif';
1212
import transferProgramMacOS from '../../../../imgs/transfer_program_macos.gif';
1313
import transferProgramWindows from '../../../../imgs/transfer_program_windows.gif';
1414
import { getHexFileUrl } from '../../../../script/microbit-interfacing/Microbits';
@@ -37,7 +37,7 @@
3737
const getImageProps = (os: string): ImageProps => {
3838
switch (os) {
3939
case 'Chrome OS':
40-
return { src: transferFirmwareChromeOSImage, class: 'h-320px' };
40+
return { src: transferProgramChromeOS, class: 'h-324px' };
4141
case 'Windows':
4242
return { src: transferProgramWindows, class: 'h-390px' };
4343
case 'macOS':

src/imgs/transfer_firmware.gif

-44.3 KB
Binary file not shown.
-148 KB
Binary file not shown.
63.4 KB
Loading

0 commit comments

Comments
 (0)