Skip to content

Commit 0307f93

Browse files
authored
Merge branch 'uidotdev:main' into main
2 parents 56220cf + 945436d commit 0307f93

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

usehooks.com/src/components/QueryGGBanner.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import CountdownTimer from "./CountdownTimer";
1616
<div class="reactgg-cta">
1717
<div class="reactgg-cta-container">
1818
<h2>react.gg Launch Sale</h2>
19-
<p>Get 30% off through May 22nd</p>
20-
<CountdownTimer client:only targetDate="2025-05-23" />
19+
<p>Get 30% off through May 23rd</p>
20+
<CountdownTimer client:only targetDate="2025-05-24" />
2121
<Button
2222
text="Join Now"
2323
size="small"

usehooks.com/src/pages/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import NavMain from "../sections/NavMain.astro";
55
import HomeHero from "../sections/HomeHero.astro";
66
import HooksList from "../components/search/HooksList";
77
import Footer from "../sections/Footer.astro";
8-
import QueryGGBanner from "../components/QueryGGBanner.astro";
98
109
const hooks = await getCollection("hooks");
1110
---
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
1413
title="useHooks – The React Hooks Library"
1514
description="A collection of modern, server-safe React hooks – from the ui.dev team"
1615
>
17-
<QueryGGBanner />
1816
<NavMain />
1917
<HomeHero />
2018
<HooksList client:load hooks={hooks} />

0 commit comments

Comments
 (0)