Skip to content

Commit 37c4dc4

Browse files
committed
Fix landing docs api
1 parent d918ea5 commit 37c4dc4

File tree

1 file changed

+5
-5
lines changed
  • apps/landing/src/app/(detail)/docs/api/box

1 file changed

+5
-5
lines changed

apps/landing/src/app/(detail)/docs/api/box/page.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ The Box component defined above will render like this:
2626

2727
```tsx
2828
function App() {
29-
return <div className="aa ab ac a-d" />
29+
return <div className="a b c d" />
3030
}
3131
```
3232

3333
```css
34-
.aa {
34+
.a {
3535
background: red;
3636
}
37-
.ab {
37+
.b {
3838
flex: 1;
3939
}
40-
.ac {
40+
.c {
4141
height: 100px;
4242
}
43-
.a-d {
43+
.d {
4444
width: 400px;
4545
}
4646
```

0 commit comments

Comments
 (0)