File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -243,12 +243,6 @@ const FEATURED: {
243243 { name : 'felte' } ,
244244 { name : '@tanstack/svelte-form' }
245245 ]
246- } ,
247- {
248- title : 'More' ,
249- description :
250- 'These are just a few highlights. See a larger <a href="https://www.sveltesociety.dev/packages">directory of packages at sveltesociety.dev</a>.' ,
251- packages : [ ]
252246 }
253247] ;
254248
Original file line number Diff line number Diff line change 11<script lang =" ts" >
22 import Category from ' ./Category.svelte' ;
3- import { fly } from ' svelte/transition' ;
43
54 const { data } = $props ();
65 </script >
1312 <meta name =" Description" content =" Packages for your Svelte and SvelteKit apps" />
1413</svelte:head >
1514
16- <h1 class =" visually-hidden" >Packages</h1 >
17-
1815<div class =" page content" >
19- <div in:fly ={{ y : 20 }}>
16+ <header >
17+ <h1 >Packages</h1 >
18+ <p >
19+ We've collected a few of our favourite packages that work well with Svelte and SvelteKit apps.
20+ Discover more at <a href =" https://www.sveltesociety.dev/packages" >sveltesociety.dev</a >.
21+ </p >
22+ </header >
23+
24+ <div >
2025 {#each data .homepage as { title, description, packages }}
2126 <Category {title } {description } {packages } />
2227 {/each }
3338 text-wrap : balance ;
3439 }
3540
36- .page :global(:where(h2 , h3 ) code ) {
37- all : unset ;
41+ header {
42+ margin : 0 0 4rem 0 ;
43+ }
44+
45+ h1 {
46+ margin : 0 0 2rem 0 ;
3847 }
3948 </style >
You can’t perform that action at this time.
0 commit comments