Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Dec 3, 2024
1 parent 0b3825e commit 3934e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/engineering/content/design/icons.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Icons
description: How we're using Nucleo Icons
description: Available icons for Unkey's apps.
---
import { RenderComponentWithSnippet } from "@/app/components/render";
import { Row } from "@/app/components/row";
Expand Down Expand Up @@ -28,7 +28,7 @@ import {Bolt,BookBookmark,Check,ChevronExpandY,Nodes,ShieldCheck,Sparkle3,TaskCh
className: {
description:
'A className applied to the icon to override the styling in edge cases. In most cases you should not change the size of the icon.',
type: 'string | undefiend',
type: 'string | undefined',
default: undefined
},
}}
Expand Down Expand Up @@ -71,7 +71,7 @@ import { IconName } from "@unkey/icons"
</div>


## Importing Icons
## Adding new icons

Importing icons is a manual process.
<Steps>
Expand Down

0 comments on commit 3934e10

Please sign in to comment.