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 51a94c7 commit 945436dCopy full SHA for 945436d
usehooks.com/src/pages/index.astro
@@ -5,7 +5,6 @@ import NavMain from "../sections/NavMain.astro";
5
import HomeHero from "../sections/HomeHero.astro";
6
import HooksList from "../components/search/HooksList";
7
import Footer from "../sections/Footer.astro";
8
-import QueryGGBanner from "../components/QueryGGBanner.astro";
9
10
const hooks = await getCollection("hooks");
11
---
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
14
13
title="useHooks – The React Hooks Library"
15
description="A collection of modern, server-safe React hooks – from the ui.dev team"
16
>
17
- <QueryGGBanner />
18
<NavMain />
19
<HomeHero />
20
<HooksList client:load hooks={hooks} />
0 commit comments