From 3f232f0b5a924720853c8cfbf8fa3c70fcff1340 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Thu, 20 Feb 2025 15:43:31 +0100 Subject: [PATCH 1/2] add solid to router docs dropdown --- app/libraries/router.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/libraries/router.tsx b/app/libraries/router.tsx index a4c64c6c1..a4dcc4c56 100644 --- a/app/libraries/router.tsx +++ b/app/libraries/router.tsx @@ -33,7 +33,7 @@ export const routerProject = { colorFrom: 'from-emerald-500', colorTo: 'to-lime-600', textColor: textStyles, - frameworks: ['react'], + frameworks: ['react', 'solid'], scarfId: '3d14fff2-f326-4929-b5e1-6ecf953d24f4', defaultDocs: 'framework/react/overview', hideCodesandboxUrl: true, From c18b2e81db283ac6e5c9370f63cc4a008b5eaebd Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Thu, 20 Feb 2025 15:48:51 +0100 Subject: [PATCH 2/2] prettier --- app/routes/_libraries/router.$version.index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/_libraries/router.$version.index.tsx b/app/routes/_libraries/router.$version.index.tsx index 769796c90..2489df2c6 100644 --- a/app/routes/_libraries/router.$version.index.tsx +++ b/app/routes/_libraries/router.$version.index.tsx @@ -64,8 +64,8 @@ function RouterVersionIndex() { className="text opacity-90 max-w-sm lg:text-xl lg:max-w-2xl" > - A fully type-safe router with built-in data fetching, - stale-while revalidate caching and first-class search-param APIs. + A fully type-safe router with built-in data fetching, stale-while + revalidate caching and first-class search-param APIs.