From 11306fca13c4e0fa5c9ed83646ad9f1fbae945f6 Mon Sep 17 00:00:00 2001 From: mrholek Date: Thu, 25 Jul 2024 20:43:12 +0200 Subject: [PATCH] docs: improve icons documentation --- packages/docs/content/components/icon.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/content/components/icon.mdx b/packages/docs/content/components/icon.mdx index ef56fd5b..5e995616 100644 --- a/packages/docs/content/components/icon.mdx +++ b/packages/docs/content/components/icon.mdx @@ -257,7 +257,7 @@ export const LinearExample = () => { {icons.map((i, idx) => { return ( -
+
{i}
@@ -274,7 +274,7 @@ export const BrandExample = () => { {icons.map((i, idx) => { return ( -
+
{i}
@@ -291,7 +291,7 @@ export const FlagsExample = () => { {icons.map((i, idx) => { return ( -
+
{i}