fix: fix indentation level of code
This commit is contained in:
parent
51b9a8bd1e
commit
ff91d43a35
@ -17,13 +17,13 @@ Displays a button or a component that looks like a button.
|
||||
</Story>
|
||||
</TabContent>
|
||||
<TabContent name="code">
|
||||
```tsx
|
||||
import { Button } from "@components/Button";
|
||||
```tsx
|
||||
import { Button } from "@components/Button";
|
||||
|
||||
export function ButtonDemo() {
|
||||
export function ButtonDemo() {
|
||||
return <Button>Button</Button>
|
||||
}
|
||||
```
|
||||
}
|
||||
```
|
||||
</TabContent>
|
||||
</TabProvider>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user