Skip to content

Commit

Permalink
Tweak about dialog after Chakra UI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Mar 8, 2024
1 parent 365f6aa commit abb6b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/workbench/AboutDialog/AboutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ const AboutDialog = ({ isOpen, onClose, finalFocusRef }: AboutDialogProps) => {
}}
/>
</Text>
<SimpleGrid columns={[1, 1, 2, 2]} spacing={8}>
<SimpleGrid columns={[1, 1, 2, 2]} spacing={5}>
<Box>
<AspectRatio
ml="auto"
mr="auto"
ratio={690 / 562}
maxWidth={[388, 388, null, null]}
maxWidth={[303, 303, null, null]}
>
<Image
src={microbitHeartImage}
Expand Down

0 comments on commit abb6b82

Please sign in to comment.