File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 11import { LogoQueryGGSmall } from '~/components/LogoQueryGGSmall'
22import { useQueryGGPPPDiscount } from '~/hooks/useQueryGGPPPDiscount'
3- import CountdownTimerSmall from '~/components/CountdownTimerSmall'
43
54export function DocsCalloutQueryGG ( ) {
65 const ppp = useQueryGGPPPDiscount ( )
@@ -18,22 +17,13 @@ export function DocsCalloutQueryGG() {
1817 </ h6 >
1918 < LogoQueryGGSmall className = "w-full" />
2019
21- { /* <blockquote className="text-sm -indent-[.45em] pl-2">
20+ < blockquote className = "text-sm -indent-[.45em] pl-2" >
2221 “If you’re serious about *really* understanding React Query, there’s
2322 no better way than with query.gg”
2423 < cite className = "italic block text-right" > —Tanner Linsley</ cite >
25- </blockquote> */ }
24+ </ blockquote >
2625
27- { /* <div className="grid justify-center bg-gray-800 dark:bg-gray-100 text-gray-100 dark:text-gray-800 z-10"></div> */ }
28- < div className = "p-2 uppercase text-center place-self-center" >
29- < h2 className = "mt-1 mb-1 px-2 text-md font-semibold" >
30- Black Friday Sale
31- </ h2 >
32- < p className = "normal-case mb-4 text-sm text-balance" >
33- Get 50% off through December 6th
34- </ p >
35- < CountdownTimerSmall targetDate = "2025-12-07" />
36- </ div >
26+ < div className = "grid justify-center bg-gray-800 dark:bg-gray-100 text-gray-100 dark:text-gray-800 z-10" > </ div >
3727
3828 { ppp && (
3929 < >
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ import { LazySponsorSection } from '~/components/LazySponsorSection'
77import { PartnersSection } from '~/components/PartnersSection'
88import { BottomCTA } from '~/components/BottomCTA'
99import { StackBlitzEmbed } from '~/components/StackBlitzEmbed'
10- // import { QueryGGBanner } from '~/components/QueryGGBanner'
11- import { QueryGGBannerSale } from '~/components/QueryGGBannerSale'
10+ import { QueryGGBanner } from '~/components/QueryGGBanner'
1211import { queryProject } from '~/libraries/query'
1312import { Framework , getBranch , getLibrary } from '~/libraries'
1413import { seo } from '~/utils/seo'
@@ -60,8 +59,7 @@ function VersionIndex() {
6059 } }
6160 />
6261 < div className = "px-4" >
63- { /* <QueryGGBanner /> */ }
64- < QueryGGBannerSale />
62+ < QueryGGBanner />
6563 </ div >
6664
6765 < div className = "w-fit mx-auto px-4" >
You can’t perform that action at this time.
0 commit comments