Skip to content

Commit d491acf

Browse files
Pranav Sharmajakezatecky
Pranav Sharma
authored andcommitted
Fixed typo in example (#149)
1 parent 28be996 commit d491acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
117117
...
118118
icons={{
119119
check: <FontAwesomeIcon className="rct-icon rct-icon-check" icon="check-square" />,
120-
uncheck: <FontAwesomeIcon className="rct-icon rct-icon-uncheck" icon={['far', 'square']} />,
120+
uncheck: <FontAwesomeIcon className="rct-icon rct-icon-uncheck" icon={['fas', 'square']} />,
121121
halfCheck: <FontAwesomeIcon className="rct-icon rct-icon-half-check" icon="check-square" />,
122122
expandClose: <FontAwesomeIcon className="rct-icon rct-icon-expand-close" icon="chevron-right" />,
123123
expandOpen: <FontAwesomeIcon className="rct-icon rct-icon-expand-open" icon="chevron-down" />,

0 commit comments

Comments
 (0)