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.
2 parents c82ebfc + 05555d0 commit fd0edc0Copy full SHA for fd0edc0
apps/www/app/docs/@details/[name]/page.tsx
@@ -191,7 +191,7 @@ export default async function HookPage({
191
<div className="relative">
192
<Terminal>npx usehooks-cli@latest add {hook.name}</Terminal>
193
<CopyToClipboard
194
- text={`npx usehooks-cli@latest add ${hook.title}`}
+ text={`npx usehooks-cli@latest add ${hook.name}`}
195
className="absolute top-2 right-2"
196
/>
197
</div>
0 commit comments