Skip to content

Commit

Permalink
Reinstate simulator compass animation
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Nov 27, 2024
1 parent 7d0a576 commit 063c18c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/simulator/CompassModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,9 @@ const CompassModule = ({
onSensorChange={onValueChange}
minimised={minimised}
/>
<Icon
ref={ref}
as={CompassHeadingIcon}
color="blimpTeal.400"
boxSize="20"
/>
<Icon ref={ref} color="blimpTeal.400" boxSize="20">
<CompassHeadingIcon />
</Icon>
</HStack>
<Stack spacing={5} mt={5}>
<Text as="h4" fontSize="sm">
Expand Down

0 comments on commit 063c18c

Please sign in to comment.