Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

docs(QuickStart): improve code example #1797

Merged
merged 2 commits into from
Aug 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Restore docs for `Ref` component @layershifter ([#1777](https://github.com/stardust-ui/react/pull/1777))
- Add prototype for expandable control messages in `Chat` @sophieH29 ([#1765](https://github.com/stardust-ui/react/pull/1765))
- Remove Font Awesome icons from docs examples @lucivpav ([#1764](https://github.com/stardust-ui/react/pull/1764))
- Improve QuickStart code example @lucivpav ([#1797](https://github.com/stardust-ui/react/pull/1797))

<!--------------------------------[ v0.36.1 ]------------------------------- -->
## [v0.36.1](https://github.com/stardust-ui/react/tree/v0.36.1) (2019-08-09)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/views/QuickStart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default () => (
import React from 'react'
import { Button } from '@stardust-ui/react'

export default () => <Button content="Theming" icon="arrow-right" iconPosition="after" primary />
export default () => <Button content="Get started" icon="play" iconPosition="after" primary />
`}
/>

Expand Down