Skip to content

Commit 1048f21

Browse files
committed
Fix image icons in CustomIconsExample
1 parent 3b641ad commit 1048f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/js/CustomIconsExample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ const nodes = [
3030
{
3131
value: 'nyan-cat.gif',
3232
label: 'nyan-cat.gif',
33-
icon: <i className="fa fa-file-image-o" />,
33+
icon: <i className="far fa-file-image" />,
3434
},
3535
{
3636
value: 'SpaceX Falcon9 liftoff.jpg',
3737
label: 'SpaceX Falcon9 liftoff.jpg',
38-
icon: <i className="fa fa-file-image-o" />,
38+
icon: <i className="far fa-file-image" />,
3939
},
4040
],
4141
},

0 commit comments

Comments
 (0)