File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const routerProject = {
3333 colorFrom : 'from-emerald-500' ,
3434 colorTo : 'to-lime-600' ,
3535 textColor : textStyles ,
36- frameworks : [ 'react' ] ,
36+ frameworks : [ 'react' , 'solid' ] ,
3737 scarfId : '3d14fff2-f326-4929-b5e1-6ecf953d24f4' ,
3838 defaultDocs : 'framework/react/overview' ,
3939 hideCodesandboxUrl : true ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ function RouterVersionIndex() {
6464 className = "text opacity-90 max-w-sm
6565 lg:text-xl lg:max-w-2xl"
6666 >
67- A fully type-safe router with built-in data fetching,
68- stale-while revalidate caching and first-class search-param APIs.
67+ A fully type-safe router with built-in data fetching, stale-while
68+ revalidate caching and first-class search-param APIs.
6969 </ p >
7070 < Link
7171 to = "./docs/framework/react/overview"
You can’t perform that action at this time.
0 commit comments