diff --git a/src/components/DocsCalloutQueryGG.tsx b/src/components/DocsCalloutQueryGG.tsx
index b5949b483..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()
@@ -18,22 +17,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 && (
<>
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() {
}}
/>
- {/* */}
-
+