File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export function DocsCalloutQueryGG(props: React.HTMLProps<HTMLDivElement>) {
21
21
< h2 className = "mt-1 mb-1 px-2 text-md font-semibold" >
22
22
Launch week sale
23
23
</ 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 " />
26
26
< a
27
27
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"
28
28
href = "https://query.gg?s=tanstack"
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
32
32
< h2 className = "mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold" >
33
33
Launch week sale
34
34
</ 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 " />
37
37
< 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 >
38
38
</ div >
39
39
< img
You can’t perform that action at this time.
0 commit comments