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, 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.