Skip to content

Commit 2bd3dfd

Browse files
authored
add solid to start docs selector and landing (#380)
* add solid to start docs selector * add solid to tagline
1 parent 1730ffc commit 2bd3dfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/libraries/start.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const startProject = {
2929
colorTo: 'to-cyan-500',
3030
textColor: 'text-cyan-600',
3131
embedEditor: 'codesandbox',
32-
frameworks: ['react'],
32+
frameworks: ['react', 'solid'],
3333
scarfId: 'b6e2134f-e805-401d-95c3-2a7765d49a3d',
3434
showNetlifyUrl: true,
3535
menu: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function VersionIndex() {
6868
md:text-3xl
6969
lg:text-5xl lg:max-w-2xl"
7070
>
71-
Full-stack React framework{' '}
71+
Full-stack React and Solid framework{' '}
7272
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
7373
powered by TanStack Router
7474
</span>{' '}

0 commit comments

Comments
 (0)