From 37e0e9883ac97e8a9f7070372dc6084b97ec21f9 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis <2933430+tylermcginnis@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:17:44 -0700 Subject: [PATCH 1/3] Update DocsCalloutQueryGG.tsx --- src/components/DocsCalloutQueryGG.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/components/DocsCalloutQueryGG.tsx b/src/components/DocsCalloutQueryGG.tsx index b5949b483..ac351e56f 100644 --- a/src/components/DocsCalloutQueryGG.tsx +++ b/src/components/DocsCalloutQueryGG.tsx @@ -18,22 +18,13 @@ export function DocsCalloutQueryGG() { - {/*
+
“If you’re serious about *really* understanding React Query, there’s no better way than with query.gg” —Tanner Linsley -
*/} +
- {/*
*/} -
-

- Black Friday Sale -

-

- Get 50% off through December 6th -

- -
+
{ppp && ( <> From 037d60ea855a9b597658f6c2eb70d790eccadb40 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis <2933430+tylermcginnis@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:19:16 -0700 Subject: [PATCH 2/3] Update query.$version.index.tsx --- src/routes/_libraries/query.$version.index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/routes/_libraries/query.$version.index.tsx b/src/routes/_libraries/query.$version.index.tsx index f0f5ad0f2..beca5d976 100644 --- a/src/routes/_libraries/query.$version.index.tsx +++ b/src/routes/_libraries/query.$version.index.tsx @@ -7,8 +7,7 @@ import { LazySponsorSection } from '~/components/LazySponsorSection' import { PartnersSection } from '~/components/PartnersSection' import { BottomCTA } from '~/components/BottomCTA' import { StackBlitzEmbed } from '~/components/StackBlitzEmbed' -// import { QueryGGBanner } from '~/components/QueryGGBanner' -import { QueryGGBannerSale } from '~/components/QueryGGBannerSale' +import { QueryGGBanner } from '~/components/QueryGGBanner' import { queryProject } from '~/libraries/query' import { Framework, getBranch, getLibrary } from '~/libraries' import { seo } from '~/utils/seo' @@ -60,8 +59,7 @@ function VersionIndex() { }} />
- {/* */} - +
From 7a797b2490eda138c23094343749cc4f8becf8a5 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis <2933430+tylermcginnis@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:22:22 -0700 Subject: [PATCH 3/3] Update DocsCalloutQueryGG.tsx --- src/components/DocsCalloutQueryGG.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DocsCalloutQueryGG.tsx b/src/components/DocsCalloutQueryGG.tsx index ac351e56f..1e0643c1f 100644 --- a/src/components/DocsCalloutQueryGG.tsx +++ b/src/components/DocsCalloutQueryGG.tsx @@ -1,6 +1,5 @@ import { LogoQueryGGSmall } from '~/components/LogoQueryGGSmall' import { useQueryGGPPPDiscount } from '~/hooks/useQueryGGPPPDiscount' -import CountdownTimerSmall from '~/components/CountdownTimerSmall' export function DocsCalloutQueryGG() { const ppp = useQueryGGPPPDiscount()