Skip to content

Commit

Permalink
fix(docs): Fix check icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcarbs committed Dec 16, 2016
1 parent 93f958a commit 19f09a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/app/Views/Introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ const Introduction = () => (
Semantic-UI-React is the official React integration for <a href={semanticUIDocsURL}>Semantic UI</a> .
</p>
<List>
<List.Item icon='mark' content='jQuery Free' />
<List.Item icon='mark' content='Declarative API' />
<List.Item icon='mark' content='Augmentation' />
<List.Item icon='mark' content='Shorthand Props' />
<List.Item icon='mark' content='Sub Components' />
<List.Item icon='mark' content='Auto Controlled State' />
<List.Item icon='check' content='jQuery Free' />
<List.Item icon='check' content='Declarative API' />
<List.Item icon='check' content='Augmentation' />
<List.Item icon='check' content='Shorthand Props' />
<List.Item icon='check' content='Sub Components' />
<List.Item icon='check' content='Auto Controlled State' />
</List>
<p>
Installation instructions are provided in the <Link to='/usage'>Usage</Link> section.
Expand Down

0 comments on commit 19f09a0

Please sign in to comment.