Skip to content

Commit 37e0e98

Browse files
Update DocsCalloutQueryGG.tsx
1 parent 8563a76 commit 37e0e98

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

src/components/DocsCalloutQueryGG.tsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,13 @@ export function DocsCalloutQueryGG() {
1818
</h6>
1919
<LogoQueryGGSmall className="w-full" />
2020

21-
{/* <blockquote className="text-sm -indent-[.45em] pl-2">
21+
<blockquote className="text-sm -indent-[.45em] pl-2">
2222
“If you’re serious about *really* understanding React Query, there’s
2323
no better way than with query.gg”
2424
<cite className="italic block text-right">—Tanner Linsley</cite>
25-
</blockquote> */}
25+
</blockquote>
2626

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>
27+
<div className="grid justify-center bg-gray-800 dark:bg-gray-100 text-gray-100 dark:text-gray-800 z-10"></div>
3728

3829
{ppp && (
3930
<>

0 commit comments

Comments
 (0)