Skip to content
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 src/libraries/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const routerProject = {
`shadow-xl shadow-emerald-700/20 dark:shadow-lg dark:shadow-emerald-500/30 ${textStyles} border-2 border-transparent hover:border-current`
),
to: '/router',
tagline: `Type-safe Routing for React applications.`,
tagline: `Type-safe Routing for React and Solid applications`,
description: `A powerful React router for client-side and full-stack react applications. Fully type-safe APIs, first-class search-params for managing state in the URL and seamless integration with the existing React ecosystem.`,
ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png',
bgStyle: 'bg-emerald-500',
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const startProject = {
name: 'TanStack Start',
cardStyles: `shadow-xl shadow-cyan-500/20 dark:shadow-lg dark:shadow-cyan-500/30 text-cyan-500 dark:text-white-400 border-2 border-transparent hover:border-current`,
to: '/start',
tagline: `Full-stack React Framework powered by TanStack Router`,
tagline: `Full-stack Framework powered by TanStack Router for React and Solid`,
description: `Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router and Vite - Ready to deploy to your favorite hosting provider.`,
bgStyle: 'bg-cyan-500',
textStyle: 'text-cyan-500',
Expand Down
Loading