Skip to content

Commit 9eec897

Browse files
committed
Merge branch 'main' into deploy-prod
2 parents f772417 + 0dc6157 commit 9eec897

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

src/components/layout/SideContent.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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>&nbsp;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>

src/pages/Resources/Utilities.data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)