Skip to content

Commit c3094ca

Browse files
Update page.tsx
1 parent 2a30cfe commit c3094ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/templates/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export default function TemplatePage({ params }: { params: Promise<{ slug: strin
289289
<CardFooter className="flex flex-col items-start gap-4">
290290
<CopyButton
291291
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]`}
292+
command={`npx create-awesome-node-app --template ${template.slug}`}
293293
/>
294294
<Link href={template.url} className="w-full" target="_blank">
295295
<Button

0 commit comments

Comments
 (0)