Skip to content

Commit ceeb7c7

Browse files
authored
fix(icons): library page #17425 (#20289)
1 parent cbd434c commit ceeb7c7

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,15 @@
20152015
"contributions": [
20162016
"code"
20172017
]
2018+
},
2019+
{
2020+
"login": "seanhaug",
2021+
"name": "Sean Haughey",
2022+
"avatar_url": "https://avatars.githubusercontent.com/u/227620549?v=4",
2023+
"profile": "https://github.com/seanhaug",
2024+
"contributions": [
2025+
"code"
2026+
]
20182027
}
20192028
],
20202029
"commitConvention": "none"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
366366
<tr>
367367
<td align="center"><a href="https://github.com/anuanto966"><img src="https://avatars.githubusercontent.com/u/216390110?v=4?s=100" width="100px;" alt=""/><br /><sub><b>anuanto966</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=anuanto966" title="Code">💻</a></td>
368368
<td align="center"><a href="https://github.com/F4isalSH"><img src="https://avatars.githubusercontent.com/u/88539362?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Faisal</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=F4isalSH" title="Code">💻</a></td>
369+
<td align="center"><a href="https://github.com/seanhaug"><img src="https://avatars.githubusercontent.com/u/227620549?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Sean Haughey</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=seanhaug" title="Code">💻</a></td>
369370
</tr>
370371
</table>
371372

packages/carbon-components-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For a full list of components available, checkout our
7676
If you're looking for `carbon-components-react` API documentation, check out:
7777

7878
- [Storybook](https://react.carbondesignsystem.com/)
79-
- [Icon Library](https://www.carbondesignsystem.com/guidelines/icons/library/)
79+
- [Icon Library](https://carbondesignsystem.com/elements/icons/library/)
8080

8181
## 🙌 Contributing
8282

packages/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ function MyComponent() {
114114
```
115115

116116
For a full list of icons available, checkout our
117-
[website](https://www.carbondesignsystem.com/guidelines/icons/library/).
117+
[website](https://carbondesignsystem.com/elements/icons/library/).
118118

119119
## 📖 API Documentation
120120

121121
If you're looking for `@carbon/react` API documentation, check out:
122122

123123
- [Storybook](https://react.carbondesignsystem.com/)
124-
- [Icon Library](https://www.carbondesignsystem.com/guidelines/icons/library/)
124+
- [Icon Library](https://carbondesignsystem.com/elements/icons/library/)
125125

126126
## 🙌 Contributing
127127

0 commit comments

Comments
 (0)