Skip to content

Commit

Permalink
Replace select usb/bluetooth images to not have beta warning bar (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace authored Nov 12, 2024
1 parent 14dffba commit 55a8bb2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.

0 comments on commit 55a8bb2

Please sign in to comment.