We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7297df1 commit 8138840Copy full SHA for 8138840
src/components/QueryGGBannerSale.tsx
@@ -30,8 +30,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
30
<h2 className="mb-1 text-lg lg:text-2xl xl:text-3xl font-semibold">
31
Launch week sale
32
</h2>
33
- <p className="normal-case mb-4">Up to 30% off through May 17th</p>
34
- <CountdownTimer targetDate="2025-05-17" />
+ <p className="normal-case mb-4">Get 30% off through May 22nd</p>
+ <CountdownTimer targetDate="2025-05-23" />
35
<a
36
href="https://query.gg?s=tanstack"
37
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