From e1d070a0db4ccfb5bc5c8fb10385eca7ce297d42 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Wed, 14 May 2025 10:02:17 +0200 Subject: [PATCH 1/2] include solid in tagline for start and router --- src/libraries/router.tsx | 2 +- src/libraries/start.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/router.tsx b/src/libraries/router.tsx index 83ad81f6a..6b7dcf6f2 100644 --- a/src/libraries/router.tsx +++ b/src/libraries/router.tsx @@ -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', diff --git a/src/libraries/start.tsx b/src/libraries/start.tsx index a7d764185..4978dfd15 100644 --- a/src/libraries/start.tsx +++ b/src/libraries/start.tsx @@ -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', From 8ee9f83b309eea43dc56980345ff74de37d9f004 Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Wed, 14 May 2025 10:04:39 +0200 Subject: [PATCH 2/2] lint --- src/libraries/router.tsx | 2 +- src/libraries/start.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/router.tsx b/src/libraries/router.tsx index 6b7dcf6f2..34dd0dae7 100644 --- a/src/libraries/router.tsx +++ b/src/libraries/router.tsx @@ -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 and Solid 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', diff --git a/src/libraries/start.tsx b/src/libraries/start.tsx index 4978dfd15..5eb067e3b 100644 --- a/src/libraries/start.tsx +++ b/src/libraries/start.tsx @@ -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 Framework powered by TanStack Router for React and Solid `, + 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',