Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/QueryGGBannerSale.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export function QueryGGBannerSale(props: React.HTMLProps<HTMLDivElement>) {
<h2 className="mb-1 text-lg lg:text-2xl xl:text-3xl font-semibold">
Launch week sale
</h2>
<p className="normal-case mb-4">Up to 30% off through May 17th</p>
<CountdownTimer targetDate="2025-05-17" />
<p className="normal-case mb-4">Get 30% off through May 22nd</p>
<CountdownTimer targetDate="2025-05-23" />
<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"
Expand Down
Loading