You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[](https://github.com/ellerbrock/open-source-badges/)
3
3
4
4
## Using eos-icons-react in your projects
5
-
Refer to [EOS Icons](eos-icons.com) for more details about all the icons that are supported by EOS-Icons React
5
+
Refer to [EOS Icons](https://eos-icons.com/) for more details about all the icons that are supported by EOS-Icons React
6
6
7
7
[Storybook EOS-Icons React](https://storybook.eos-icons.com/), checkout storybook for an in-depth look at the various different icons that are provided by EOS-Icons React as well the props available for configuring icons.
8
8
@@ -23,9 +23,9 @@ import { EOS_STAR } from 'eos-icons-react';
23
23
```
24
24
#### Filled/Outlined icons usage
25
25
```
26
-
import { EOS_STAR_FILED, EOS_STAR_OUTLINED } from 'eos-icons-react';
26
+
import { EOS_STAR_FILLED, EOS_STAR_OUTLINED } from 'eos-icons-react';
0 commit comments