Skip to content

Commit 6f0da40

Browse files
authored
Update Query.gg sale banners (#544)
* update query.gg banners for Black Friday sale * fix linting issue * fix linting issue * update bg colors, remove opacity * adjust bg color for countdown * remove negative margin * update Query course discount and date
1 parent 30f501e commit 6f0da40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/DocsCalloutQueryGG.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export function DocsCalloutQueryGG() {
3030
Black Friday Sale
3131
</h2>
3232
<p className="normal-case mb-4 text-sm text-balance">
33-
Get 30% off through December 6th
33+
Get 50% off through December 6th
3434
</p>
35-
<CountdownTimerSmall targetDate="2025-12-06" />
35+
<CountdownTimerSmall targetDate="2025-12-07" />
3636
</div>
3737

3838
{ppp && (

src/components/QueryGGBannerSale.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
3030
<h2 className="mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold">
3131
Black Friday sale
3232
</h2>
33-
<p className="normal-case mb-4">Get 30% off through December 6th</p>
34-
<CountdownTimer targetDate="2025-12-06" />
33+
<p className="normal-case mb-4">Get 50% off through December 6th</p>
34+
<CountdownTimer targetDate="2025-12-07" />
3535
<a
3636
href="https://query.gg?s=tanstack"
3737
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"

0 commit comments

Comments
 (0)