Skip to content

Commit

Permalink
[mantine.dev] fix typo (#6915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Sep 29, 2024
1 parent 6bdffea commit 56a51b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog/7.13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ function Demo() {
type="container"
breakpoints={{ xs: '100px', sm: '200px', md: '300px', lg: '400px', xl: '500px' }}
>
<Col span={{ base: 12, md: 6, lg: 3 }}>1</Col>
<Col span={{ base: 12, md: 6, lg: 3 }}>2</Col>
<Col span={{ base: 12, md: 6, lg: 3 }}>3</Col>
<Col span={{ base: 12, md: 6, lg: 3 }}>4</Col>
<Grid.Col span={{ base: 12, md: 6, lg: 3 }}>1</Grid.Col>
<Grid.Col span={{ base: 12, md: 6, lg: 3 }}>2</Grid.Col>
<Grid.Col span={{ base: 12, md: 6, lg: 3 }}>3</Grid.Col>
<Grid.Col span={{ base: 12, md: 6, lg: 3 }}>4</Grid.Col>
</Grid>
</div>
);
Expand Down

0 comments on commit 56a51b6

Please sign in to comment.