Skip to content

Commit 5c06311

Browse files
committed
move svelte-chartjs. lowercase titles
1 parent 242bc62 commit 5c06311

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ const FEATURED: { title: string; packages: string[]; weights?: Record<string, nu
6363
'svelte-moveable',
6464
'@tanstack/svelte-virtual',
6565
'virtua',
66-
'@event-calendar/core',
67-
'svelte-chartjs'
66+
'@event-calendar/core'
6867
]
6968
},
7069
{
@@ -107,11 +106,18 @@ const FEATURED: { title: string; packages: string[]; weights?: Record<string, nu
107106
]
108107
},
109108
{
110-
title: 'Data Visualization',
111-
packages: ['layercake', 'layerchart', 'svelte-maplibre', '@xyflow/svelte', 'svelte-maplibre-gl']
109+
title: 'Data visualization',
110+
packages: [
111+
'layercake',
112+
'layerchart',
113+
'svelte-maplibre',
114+
'svelte-chartjs',
115+
'@xyflow/svelte',
116+
'svelte-maplibre-gl'
117+
]
112118
},
113119
{
114-
title: '3D Rendering',
120+
title: '3D rendering',
115121
packages: ['@threlte/core', 'svelte-zdog']
116122
},
117123
{

0 commit comments

Comments
 (0)