diff --git a/docs/app/(home)/components/frameworks.tsx b/docs/app/(home)/components/frameworks.tsx index 8c9502152..81a7d1cc5 100644 --- a/docs/app/(home)/components/frameworks.tsx +++ b/docs/app/(home)/components/frameworks.tsx @@ -95,7 +95,7 @@ export const Nitro = (props: ComponentProps<'svg'>) => ( ); -export const Svelte = (props: ComponentProps<'svg'>) => ( +export const SvelteKit = (props: ComponentProps<'svg'>) => ( ) => ( xmlSpace="preserve" {...props} > - Svelte + SvelteKit ) => ( ); -export const SvelteGray = (props: ComponentProps<'svg'>) => ( +export const SvelteKitGray = (props: ComponentProps<'svg'>) => ( ) => ( xmlSpace="preserve" {...props} > - Svelte + SvelteKit { -
handleRequest('Svelte')}> - - +
handleRequest('SvelteKit')}> + +
handleRequest('Nuxt')}> diff --git a/docs/content/docs/getting-started/index.mdx b/docs/content/docs/getting-started/index.mdx index 888f1ea61..b6012dd6b 100644 --- a/docs/content/docs/getting-started/index.mdx +++ b/docs/content/docs/getting-started/index.mdx @@ -2,7 +2,7 @@ title: Getting Started --- -import { Next, Nitro, Svelte, Nuxt, Hono, Bun } from '@/app/(home)/components/frameworks'; +import { Next, Nitro, SvelteKit, Nuxt, Hono, Bun } from '@/app/(home)/components/frameworks'; # Getting Started @@ -21,9 +21,9 @@ Start by choosing your framework. Each guide will walk you through the steps to Nitro - - - Svelte + + + SvelteKit Coming soon