Skip to content

Commit 9cdf2fb

Browse files
committed
update query.gg banner
1 parent 5fe30fa commit 9cdf2fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

usehooks.com/src/components/QueryGGBanner.astro

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import CountdownTimer from "./CountdownTimer";
1515
<img
1616
src={"/img/querygg/header-course.svg"}
1717
alt="Query.gg - The Official React Query Course"
18-
class="-mt-[1px] w-10/12 max-w-[350px] justify-self-center"
18+
class="-mt-[1px] w-10/12 max-w-[400px] justify-self-center"
1919
/>
2020
<img
2121
src={"/img/querygg/corner-top-right.svg"}
@@ -31,7 +31,10 @@ import CountdownTimer from "./CountdownTimer";
3131
class="lg:w-[45%] py-2 lg:pb-0 grid lg:grid-cols-[1fr_90px] xl:grid-cols-[1fr_120px] justify-center bg-brand-charcoal border-2 lg:border-4 lg:border-l-0 border-solid border-brand-beige text-brand-beige z-10"
3232
>
3333
<div class="my-2 uppercase text-center place-self-center text-[1.1rem]">
34-
<h2 class="mb-3 font-semibold">Launch sale happening now</h2>
34+
<h2 class="mb-1 text-xl lg:text-2xl xl:text-3xl font-semibold">
35+
Launch week sale
36+
</h2>
37+
<p class="normal-case mb-4">Up to 30% off through June 5th</p>
3538
<CountdownTimer client:only targetDate="2024-06-05" />
3639
<Button
3740
text="Join Now"

0 commit comments

Comments
 (0)