Skip to content

Commit f4bef0f

Browse files
authored
include Solid in tagline for Start and Router (#407)
1 parent c8b0107 commit f4bef0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libraries/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const routerProject = {
1919
`shadow-xl shadow-emerald-700/20 dark:shadow-lg dark:shadow-emerald-500/30 ${textStyles} border-2 border-transparent hover:border-current`
2020
),
2121
to: '/router',
22-
tagline: `Type-safe Routing for React applications.`,
22+
tagline: `Type-safe Routing for React and Solid applications`,
2323
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.`,
2424
ogImage: 'https://github.com/tanstack/router/raw/main/media/header.png',
2525
bgStyle: 'bg-emerald-500',

src/libraries/start.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const startProject = {
1515
name: 'TanStack Start',
1616
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`,
1717
to: '/start',
18-
tagline: `Full-stack React Framework powered by TanStack Router`,
18+
tagline: `Full-stack Framework powered by TanStack Router for React and Solid`,
1919
description: `Full-document SSR, Streaming, Server Functions, bundling and more, powered by TanStack Router and Vite - Ready to deploy to your favorite hosting provider.`,
2020
bgStyle: 'bg-cyan-500',
2121
textStyle: 'text-cyan-500',

0 commit comments

Comments
 (0)