Skip to content

Commit bd3dd04

Browse files
committed
Update hook document titles
1 parent 1ab1e08 commit bd3dd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usehooks.com/src/pages/[hook].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const installSnippet = experimental
3434
: `npm i @uidotdev/usehooks`;
3535
---
3636

37-
<Layout title={name} description={tagline} ogImage={ogImage}>
37+
<Layout title={`${name} React Hook – useHooks`} description={tagline} ogImage={ogImage}>
3838
<NavInternal />
3939
<main>
4040
<section>
@@ -61,7 +61,7 @@ const installSnippet = experimental
6161
)
6262
}
6363
<Install text={installSnippet} />
64-
64+
6565
</div>
6666
<Content />
6767
</section>

0 commit comments

Comments
 (0)