From 3934e1002763144b30498e7869d3e484a98e5c83 Mon Sep 17 00:00:00 2001 From: chronark Date: Wed, 4 Dec 2024 00:13:17 +0100 Subject: [PATCH] fix: typo --- apps/engineering/content/design/icons.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/engineering/content/design/icons.mdx b/apps/engineering/content/design/icons.mdx index e56816ea7..37fd54d24 100644 --- a/apps/engineering/content/design/icons.mdx +++ b/apps/engineering/content/design/icons.mdx @@ -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"; @@ -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 }, }} @@ -71,7 +71,7 @@ import { IconName } from "@unkey/icons" -## Importing Icons +## Adding new icons Importing icons is a manual process.