docs: remove extra spaces

This commit is contained in:
unix
2020-03-21 20:10:53 +08:00
parent 3c9f9b20ce
commit 6c21ad9a92

View File

@@ -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>