Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8411bdd

Browse files
authored
extend time for sale (TanStack#242)
1 parent b0cccc4 commit 8411bdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/components/DocsCalloutQueryGG.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export function DocsCalloutQueryGG(props: React.HTMLProps<HTMLDivElement>) {
2121
<h2 className="mt-1 mb-1 px-2 text-md font-semibold">
2222
Launch week sale
2323
</h2>
24-
<p className="normal-case mb-4 text-sm text-balance">Up to 30% off through June 5th</p>
25-
<CountdownTimerSmall targetDate="2024-06-06" />
24+
<p className="normal-case mb-4 text-sm text-balance">Up to 30% off through June 6th</p>
25+
<CountdownTimerSmall targetDate="2024-06-07" />
2626
<a
2727
className="block m-1 px-4 py-2 bg-gradient-to-r from-rose-500 to-violet-500 text-white rounded uppercase font-bold text-sm text-center"
2828
href="https://query.gg?s=tanstack"

app/components/QueryGGBannerSale.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
3232
<h2 className="mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold">
3333
Launch week sale
3434
</h2>
35-
<p className="normal-case mb-4">Up to 30% off through June 5th</p>
36-
<CountdownTimer targetDate="2024-06-06" />
35+
<p className="normal-case mb-4">Up to 30% off through June 6th</p>
36+
<CountdownTimer targetDate="2024-06-07" />
3737
<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">Join now</a>
3838
</div>
3939
<img

0 commit comments

Comments
 (0)