Skip to content

add solid to start docs selector and landing #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/libraries/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const startProject = {
colorTo: 'to-cyan-500',
textColor: 'text-cyan-600',
embedEditor: 'codesandbox',
frameworks: ['react'],
frameworks: ['react', 'solid'],
scarfId: 'b6e2134f-e805-401d-95c3-2a7765d49a3d',
showNetlifyUrl: true,
menu: [
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_libraries/start.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function VersionIndex() {
md:text-3xl
lg:text-5xl lg:max-w-2xl"
>
Full-stack React framework{' '}
Full-stack React and Solid framework{' '}
<span className="underline decoration-dashed decoration-yellow-500 decoration-3 underline-offset-2">
powered by TanStack Router
</span>{' '}
Expand Down
Loading