Skip to content

Commit 19f09a0

Browse files
committed
fix(docs): Fix check icon
1 parent 93f958a commit 19f09a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/app/Views/Introduction.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ const Introduction = () => (
156156
Semantic-UI-React is the official React integration for <a href={semanticUIDocsURL}>Semantic UI</a> .
157157
</p>
158158
<List>
159-
<List.Item icon='mark' content='jQuery Free' />
160-
<List.Item icon='mark' content='Declarative API' />
161-
<List.Item icon='mark' content='Augmentation' />
162-
<List.Item icon='mark' content='Shorthand Props' />
163-
<List.Item icon='mark' content='Sub Components' />
164-
<List.Item icon='mark' content='Auto Controlled State' />
159+
<List.Item icon='check' content='jQuery Free' />
160+
<List.Item icon='check' content='Declarative API' />
161+
<List.Item icon='check' content='Augmentation' />
162+
<List.Item icon='check' content='Shorthand Props' />
163+
<List.Item icon='check' content='Sub Components' />
164+
<List.Item icon='check' content='Auto Controlled State' />
165165
</List>
166166
<p>
167167
Installation instructions are provided in the <Link to='/usage'>Usage</Link> section.

0 commit comments

Comments
 (0)