We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a30cfe commit c3094caCopy full SHA for c3094ca
1 file changed
src/app/templates/[slug]/page.tsx
@@ -289,7 +289,7 @@ export default function TemplatePage({ params }: { params: Promise<{ slug: strin
289
<CardFooter className="flex flex-col items-start gap-4">
290
<CopyButton
291
className="w-full bg-gradient-to-r from-primary to-indigo-500 hover:from-primary/90 hover:to-indigo-500/90 glow transition-all duration-300"
292
- command={`npx create-awesome-node-app --template [template-name]`}
+ command={`npx create-awesome-node-app --template ${template.slug}`}
293
/>
294
<Link href={template.url} className="w-full" target="_blank">
295
<Button
0 commit comments