Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/SelectMicrobitBluetoothDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SelectMicrobitBluetoothDialog = ({
</Flex>
</ListItem>
<ListItem>
<Flex alignItems="center" height="45px">
<Flex alignItems="center" height="57px">
<VisuallyHidden>
<Text>2. </Text>
</VisuallyHidden>
Expand All @@ -75,10 +75,10 @@ const SelectMicrobitBluetoothDialog = ({
</Flex>
</ListItem>
</List>
<Box position="absolute" top="85px" left="240px">
<Box position="absolute" top="86px" left="240px">
<ArrowOne />
</Box>
<Box position="absolute" bottom="48px" left="265px">
<Box position="absolute" bottom="42px" left="268px">
<ArrowTwo />
</Box>
</Box>
Expand Down
8 changes: 4 additions & 4 deletions src/components/SelectMicrobitUsbDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const SelectMicrobitUsbDialog = ({ ...props }: SelectMicrobitDialogProps) => {
<Box position="relative" width="100%">
<Image
height={375}
width={349}
width={342}
src={selectMicrobitImage}
alt={intl.formatMessage({ id: "connect-help-alt" })}
/>
Expand All @@ -55,7 +55,7 @@ const SelectMicrobitUsbDialog = ({ ...props }: SelectMicrobitDialogProps) => {
<List
position="absolute"
left="490px"
top="61px"
top="68px"
alignItems="flex-start"
spacing={2}
>
Expand All @@ -80,10 +80,10 @@ const SelectMicrobitUsbDialog = ({ ...props }: SelectMicrobitDialogProps) => {
</Flex>
</ListItem>
</List>
<Box position="absolute" top="81px" left="230px">
<Box position="absolute" top="85px" left="230px">
<ArrowOne />
</Box>
<Box position="absolute" bottom="48px" left="256px">
<Box position="absolute" bottom="43px" left="259px">
<ArrowTwo />
</Box>
</Box>
Expand Down
Binary file modified src/images/select-microbit-bluetooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/select-microbit-web-usb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading