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 1ab1e08 commit bd3dd04Copy full SHA for bd3dd04
usehooks.com/src/pages/[hook].astro
@@ -34,7 +34,7 @@ const installSnippet = experimental
34
: `npm i @uidotdev/usehooks`;
35
---
36
37
-<Layout title={name} description={tagline} ogImage={ogImage}>
+<Layout title={`${name} React Hook – useHooks`} description={tagline} ogImage={ogImage}>
38
<NavInternal />
39
<main>
40
<section>
@@ -61,7 +61,7 @@ const installSnippet = experimental
61
)
62
}
63
<Install text={installSnippet} />
64
-
+
65
</div>
66
<Content />
67
</section>
0 commit comments