Skip to content
Merged
4 changes: 2 additions & 2 deletions src/libraries/db.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const dbProject = {
name: 'TanStack DB',
cardStyles: `shadow-xl shadow-orange-700/20 dark:shadow-lg dark:shadow-orange-500/20 text-orange-500 dark:text-orange-400 border-2 border-transparent hover:border-current`,
to: '/db',
tagline: `A reactive client store for building super fast apps on sync`,
description: `TanStack DB extends TanStack Query with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`,
tagline: `The reactive client-first store for your API`,
description: `TanStack DB gives you a reactive, client-first store for your API data with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`,
ogImage: 'https://github.com/tanstack/db/raw/main/media/repo-header.png',
badge: 'beta',
bgStyle: `bg-orange-700`,
Expand Down
Loading