Skip to content

Commit 50db0c4

Browse files
committed
docs: add link to icons documentation
1 parent f30bb1b commit 50db0c4

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,6 @@ const FEATURED: {
139139
{ name: 'typewriter-editor' }
140140
]
141141
},
142-
{
143-
title: 'Icons',
144-
packages: [
145-
{ name: '@iconify/tailwind4' },
146-
{ name: '@unocss/preset-icons' },
147-
{ name: '@lucide/svelte', description: 'Beautiful and consistent icons' },
148-
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
149-
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
150-
]
151-
},
152142
{
153143
title: 'Data visualization',
154144
packages: [
@@ -321,6 +311,18 @@ const FEATURED: {
321311
}
322312
]
323313
},
314+
{
315+
title: 'Icons',
316+
description:
317+
'Read the <a href="/docs/kit/icons">documentation about icons</a> when choosing how to handle icons in Svelte',
318+
packages: [
319+
{ name: '@iconify/tailwind4' },
320+
{ name: '@unocss/preset-icons' },
321+
{ name: '@lucide/svelte', description: 'Beautiful and consistent icons' },
322+
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
323+
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
324+
]
325+
},
324326
{
325327
title: 'Routing',
326328
description:

0 commit comments

Comments
 (0)