Skip to content

Commit 8138840

Browse files
Update QueryGGBannerSale.tsx (#410)
1 parent 7297df1 commit 8138840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-lg lg:text-2xl xl:text-3xl font-semibold">
3131
Launch week sale
3232
</h2>
33-
<p className="normal-case mb-4">Up to 30% off through May 17th</p>
34-
<CountdownTimer targetDate="2025-05-17" />
33+
<p className="normal-case mb-4">Get 30% off through May 22nd</p>
34+
<CountdownTimer targetDate="2025-05-23" />
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)