Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/DocsCalloutQueryGG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export function DocsCalloutQueryGG() {
Black Friday Sale
</h2>
<p className="normal-case mb-4 text-sm text-balance">
Get 30% off through December 6th
Get 50% off through December 6th
</p>
<CountdownTimerSmall targetDate="2025-12-06" />
<CountdownTimerSmall targetDate="2025-12-07" />
</div>

{ppp && (
Expand Down
4 changes: 2 additions & 2 deletions src/components/QueryGGBannerSale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
<h2 className="mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold">
Black Friday sale
</h2>
<p className="normal-case mb-4">Get 30% off through December 6th</p>
<CountdownTimer targetDate="2025-12-06" />
<p className="normal-case mb-4">Get 50% off through December 6th</p>
<CountdownTimer targetDate="2025-12-07" />
<a
href="https://query.gg?s=tanstack"
className="mt-4 mb-1 xl:mb-2 px-6 py-2 inline-block bg-[#fcba28] text-[#231f20] rounded-full uppercase border border-black cursor-pointer font-black"
Expand Down
Loading