Skip to content

Commit 22be93b

Browse files
authored
Refactor Box component usage in documentation
1 parent 0630e3c commit 22be93b

File tree

1 file changed

+5
-1
lines changed
  • apps/landing/src/app/(detail)/docs/devup/breakpoints

1 file changed

+5
-1
lines changed

apps/landing/src/app/(detail)/docs/devup/breakpoints/page.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ value in the array are listed below:
2222

2323
```tsx
2424
const box = (
25-
<Box bg={['red', 'blue', 'green', 'yellow', 'purple', 'orange']} h={25} w={25}>
25+
<Box
26+
bg={['red', 'blue', 'green', 'yellow', 'purple', 'orange']}
27+
h={25}
28+
w={25}
29+
>
2630
<Text>Hello</Text>
2731
</Box>
2832
)

0 commit comments

Comments
 (0)