Skip to content

Commit c154c1a

Browse files
End BF sale (#575)
* Update DocsCalloutQueryGG.tsx * Update query.$version.index.tsx * Update DocsCalloutQueryGG.tsx
1 parent 8563a76 commit c154c1a

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

src/components/DocsCalloutQueryGG.tsx

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { LogoQueryGGSmall } from '~/components/LogoQueryGGSmall'
22
import { useQueryGGPPPDiscount } from '~/hooks/useQueryGGPPPDiscount'
3-
import CountdownTimerSmall from '~/components/CountdownTimerSmall'
43

54
export 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
<>

src/routes/_libraries/query.$version.index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import { LazySponsorSection } from '~/components/LazySponsorSection'
77
import { PartnersSection } from '~/components/PartnersSection'
88
import { BottomCTA } from '~/components/BottomCTA'
99
import { StackBlitzEmbed } from '~/components/StackBlitzEmbed'
10-
// import { QueryGGBanner } from '~/components/QueryGGBanner'
11-
import { QueryGGBannerSale } from '~/components/QueryGGBannerSale'
10+
import { QueryGGBanner } from '~/components/QueryGGBanner'
1211
import { queryProject } from '~/libraries/query'
1312
import { Framework, getBranch, getLibrary } from '~/libraries'
1413
import { 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">

0 commit comments

Comments
 (0)