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 cc623c5 commit ca0a4e5Copy full SHA for ca0a4e5
usehooks.com/src/pages/[hook].astro
@@ -75,7 +75,7 @@ const hooks = await getCollection("hooks").then((hooks) => {
75
<Content />
76
</section>
77
<div class="mt-12">
78
- <h2>Other Hooks:</h2>
+ <h2>More Hooks:</h2>
79
<HooksList client:load hooks={hooks} />
80
</div>
81
</main>
0 commit comments