Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 920ea69

Browse files
lekoafTigge
authored andcommitted
docs: better component name for icons page
1 parent e2152e2 commit 920ea69

File tree

1 file changed

+2
-2
lines changed
  • packages/docs/src/mdx/coreComponents

1 file changed

+2
-2
lines changed

packages/docs/src/mdx/coreComponents/icons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const IconName = styled.div`
2828
padding: ${spacing.large} 0;
2929
`
3030

31-
export const ReactUiIcons = () => {
31+
export const PracticalIcons = () => {
3232
return (
3333
<IconsContainer>
3434
{Object.entries(Icons)
@@ -45,7 +45,7 @@ export const ReactUiIcons = () => {
4545
)
4646
}
4747

48-
<ReactUiIcons />
48+
<PracticalIcons />
4949

5050
## Usage in code
5151

0 commit comments

Comments
 (0)