Skip to content

Commit 74c0498

Browse files
committed
more
1 parent 503f8ae commit 74c0498

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const FEATURED: {
149149
{ name: '@iconify/tailwind4' },
150150
{ name: '@unocss/preset-icons' },
151151
{ name: 'lucide-svelte', description: 'Beautiful and consistent icons' },
152-
{ name: 'svelte-awesome' },
152+
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
153153
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
154154
]
155155
},
@@ -158,23 +158,23 @@ const FEATURED: {
158158
packages: [
159159
{
160160
name: 'layerchart',
161-
description: 'Composable chart components to build a wide range of visualizations'
161+
description: 'Composable chart components for building a wide range of visualizations'
162162
},
163163
{
164164
name: 'layercake',
165-
description: 'Easily create responsive graphics server-side that work without JavaScript'
165+
description: 'Create responsive graphics that can work without JavaScript'
166166
},
167167
{
168168
name: 'svelte-maplibre',
169169
description: 'Publish maps on your website with GPU-accelerated vector tile rendering'
170170
},
171171
{
172172
name: '@xyflow/svelte',
173-
description: 'Powerful libraries for building node-based UIs with Svelte'
173+
description: 'Customizable component for building node-based UIs and diagrams'
174174
},
175175
{
176176
name: 'svelte-maplibre-gl',
177-
description: 'Build interactive web maps effortlessly with MapLibre GL'
177+
description: 'Build interactive web maps with MapLibre GL'
178178
}
179179
]
180180
},

0 commit comments

Comments
 (0)