Skip to content

Commit ecf2d97

Browse files
authored
feat(router): add solid to router docs dropdown (#348)
1 parent 0b7f31b commit ecf2d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/libraries/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

app/routes/_libraries/router.$version.index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)