mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
docs: remove extra spaces
This commit is contained in:
@@ -40,7 +40,7 @@ const Application = () => {
|
||||
```jsx
|
||||
import { Button } from '@zeit-ui/react'
|
||||
|
||||
const MyComponent = () => <Button>Click Me</Button>
|
||||
const MyComponent = () => <Button>Click Me</Button>
|
||||
```
|
||||
|
||||
<Spacer y={3} />
|
||||
@@ -52,7 +52,7 @@ const MyComponent = () => <Button>Click Me</Button>
|
||||
```jsx
|
||||
import { Button } from '@zeit-ui/react/components/button'
|
||||
|
||||
const MyComponent = () => <Button>Click Me</Button>
|
||||
const MyComponent = () => <Button>Click Me</Button>
|
||||
```
|
||||
|
||||
export default ({ children }) => <Layout meta={meta}>{children}</Layout>
|
||||
|
||||
Reference in New Issue
Block a user