@@ -23,15 +23,16 @@ const frameworkRows = [
2323 { name: ' SvelteKit' , icon: ' i-simple-icons-svelte' , tab: 2 },
2424 { name: ' Nitro' , icon: ' i-custom-nitro' , tab: 3 },
2525 { name: ' TanStack Start' , icon: ' i-custom-tanstack' , tab: 4 },
26- { name: ' NestJS' , icon: ' i-simple-icons-nestjs' , tab: 5 },
26+ { name: ' React Router' , icon: ' i-simple-icons-reactrouter' , tab: 5 },
27+ { name: ' NestJS' , icon: ' i-simple-icons-nestjs' , tab: 6 },
2728 ],
2829 [
29- { name: ' Express' , icon: ' i-simple-icons-express' , tab: 6 },
30- { name: ' Hono' , icon: ' i-simple-icons-hono' , tab: 7 },
31- { name: ' Fastify' , icon: ' i-simple-icons-fastify' , tab: 8 },
32- { name: ' Elysia' , icon: ' i-custom-elysia' , tab: 9 },
33- { name: ' Cloudflare' , icon: ' i-simple-icons-cloudflare' , tab: 10 },
34- { name: ' Bun' , icon: ' i-simple-icons-bun' , tab: 11 },
30+ { name: ' Express' , icon: ' i-simple-icons-express' , tab: 7 },
31+ { name: ' Hono' , icon: ' i-simple-icons-hono' , tab: 8 },
32+ { name: ' Fastify' , icon: ' i-simple-icons-fastify' , tab: 9 },
33+ { name: ' Elysia' , icon: ' i-custom-elysia' , tab: 10 },
34+ { name: ' Cloudflare' , icon: ' i-simple-icons-cloudflare' , tab: 11 },
35+ { name: ' Bun' , icon: ' i-simple-icons-bun' , tab: 12 },
3536 { name: ' Vite' , icon: ' i-custom-vite' , link: ' /core-concepts/vite-plugin' },
3637 ],
3738]
@@ -129,24 +130,27 @@ const frameworkRows = [
129130 <slot name =" tanstack-start" />
130131 </div >
131132 <div v-show =" activeTab === 5" class =" landing-code" >
132- <slot name =" nestjs " />
133+ <slot name =" react-router " />
133134 </div >
134135 <div v-show =" activeTab === 6" class =" landing-code" >
135- <slot name =" express " />
136+ <slot name =" nestjs " />
136137 </div >
137138 <div v-show =" activeTab === 7" class =" landing-code" >
138- <slot name =" hono " />
139+ <slot name =" express " />
139140 </div >
140141 <div v-show =" activeTab === 8" class =" landing-code" >
141- <slot name =" fastify " />
142+ <slot name =" hono " />
142143 </div >
143144 <div v-show =" activeTab === 9" class =" landing-code" >
144- <slot name =" elysia " />
145+ <slot name =" fastify " />
145146 </div >
146147 <div v-show =" activeTab === 10" class =" landing-code" >
147- <slot name =" cloudflare " />
148+ <slot name =" elysia " />
148149 </div >
149150 <div v-show =" activeTab === 11" class =" landing-code" >
151+ <slot name =" cloudflare" />
152+ </div >
153+ <div v-show =" activeTab === 12" class =" landing-code" >
150154 <slot name =" bun" />
151155 </div >
152156 </Motion >
0 commit comments