Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2024
1 parent a831c35 commit 9b25ba8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/utils/LoadingAnimation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ export default function LoadingAnimation() {
color="secondary"
sx={{ width: 180, height: 180 }}
/>
<Typography variant="h4" color="secondary" letterSpacing={4} fontWeight="medium">
<Typography
variant="h4"
color="secondary"
letterSpacing={4}
fontWeight="medium"
>
Transmitting...
</Typography>
</Stack>
Expand Down

0 comments on commit 9b25ba8

Please sign in to comment.