Skip to content

Commit 9e9fb88

Browse files
Reinstate simulator compass animation (#1197)
1 parent 7d0a576 commit 9e9fb88

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/simulator/CompassModule.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,9 @@ const CompassModule = ({
6565
onSensorChange={onValueChange}
6666
minimised={minimised}
6767
/>
68-
<Icon
69-
ref={ref}
70-
as={CompassHeadingIcon}
71-
color="blimpTeal.400"
72-
boxSize="20"
73-
/>
68+
<Icon ref={ref} color="blimpTeal.400" boxSize="20">
69+
<CompassHeadingIcon />
70+
</Icon>
7471
</HStack>
7572
<Stack spacing={5} mt={5}>
7673
<Text as="h4" fontSize="sm">

0 commit comments

Comments
 (0)