Skip to content
Open
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/query.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const textStyles = 'text-red-500 dark:text-red-400'
export const queryProject = {
...query,
description:
'Powerful asynchronous state management, server-state utilities and data fetching. Fetch, cache, update, and wrangle all forms of async data in your TS/JS, React, Vue, Solid, Svelte & Angular applications all without touching any "global state"',
'Powerful asynchronous state management, server-state utilities and data fetching. Fetch, cache, update, and wrangle all forms of async data in your TS/JS, React, Vue, Solid, Svelte, Angular & Preact applications all without touching any "global state"',
ogImage: 'https://github.com/tanstack/query/raw/main/media/repo-header.png',
latestBranch: 'main',
bgRadial: 'from-red-500 via-red-500/60 to-transparent',
Expand Down