File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,10 +55,9 @@ const SideContent: Component<{
5555 < div class = "w-full lg:w-9/12 p-5 md:p-10 bg-white dark:bg-solid-darkbg" >
5656 < a
5757 href = "https://docs.solidjs.com"
58- class = "sticky top-16 p-3 w-full block hover:text-white text-center rounded-md bg-amber-400 hover:bg-gray-400 transition duration-300"
58+ class = "top-16 p-3 w-full block hover:text-white text-center rounded-md bg-gradient-to-r from-solid-light via-solid-medium/85 to-solid-dark/80 dark:from-solid-light/40 dark:via-solid-medium/80 dark:to-solid-medium/90 hover:bg-gray-400 transition duration-300"
5959 >
60- < b > New Beta Docs!</ b > Click here to access new beta documentation at{ ' ' }
61- < u > docs.solidjs.com</ u > .
60+ Click here to access documentation at < u > docs.solidjs.com</ u > .
6261 </ a >
6362 < div class = "mt-10" > { props . content } </ div >
6463 </ div >
Original file line number Diff line number Diff line change @@ -2637,6 +2637,17 @@ const utilities: Array<Resource> = [
26372637 type : PackageType . Package ,
26382638 categories : [ ResourceCategory . UI ] ,
26392639 } ,
2640+ {
2641+ link : 'https://github.com/thednp/vite-solid-svg' ,
2642+ title : 'vite-solid-svg' ,
2643+ description : 'The fastest Vite plugin that transforms SVG files into SolidJS Components' ,
2644+ author : 'thednp' ,
2645+ author_url : 'https://github.com/thednp' ,
2646+ keywords : [ 'vite' , 'svg' ] ,
2647+ official : false ,
2648+ type : PackageType . Package ,
2649+ categories : [ ResourceCategory . Plugins ] ,
2650+ } ,
26402651 {
26412652 link : 'https://corvu.dev/docs/utilities/dismissible/' ,
26422653 title : 'solid-dismissible' ,
You can’t perform that action at this time.
0 commit comments