We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a576 commit 063c18cCopy full SHA for 063c18c
src/simulator/CompassModule.tsx
@@ -65,12 +65,9 @@ const CompassModule = ({
65
onSensorChange={onValueChange}
66
minimised={minimised}
67
/>
68
- <Icon
69
- ref={ref}
70
- as={CompassHeadingIcon}
71
- color="blimpTeal.400"
72
- boxSize="20"
73
- />
+ <Icon ref={ref} color="blimpTeal.400" boxSize="20">
+ <CompassHeadingIcon />
+ </Icon>
74
</HStack>
75
<Stack spacing={5} mt={5}>
76
<Text as="h4" fontSize="sm">
0 commit comments