Skip to content

Commit

Permalink
[docs] Fix typo (#5107)
Browse files Browse the repository at this point in the history
* DOC: align shown code and components

In one example, the shown code in the docs did not match the corresponding components displayed in the docs. This commit fixes this problem.

* DOC: fix jsx
  • Loading branch information
yogabonito authored Oct 26, 2023
1 parent 72c0fcc commit f523b0c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ function Demo() {
}}
>
<Group>
<Button>Primary button</Button>
<Button color="blue">Blue button</Button>
<Button color="ocean-blue">Ocean blue button</Button>
<Button color="bright-pink" variant="filled">
Bright pink button
</Button>
</Group>
</MantineProvider>
);
Expand Down

0 comments on commit f523b0c

Please sign in to comment.