fix: template routing (#115)
This commit is contained in:
@@ -58,7 +58,7 @@ export default function TemplateList() {
|
|||||||
<TableCell className="font-medium">
|
<TableCell className="font-medium">
|
||||||
<Link
|
<Link
|
||||||
className="underline underline-offset-4 decoration-dashed text-foreground hover:text-primary"
|
className="underline underline-offset-4 decoration-dashed text-foreground hover:text-primary"
|
||||||
href={`/templates/${template.id}`}
|
href={`/templates/${template.id}/edit`}
|
||||||
>
|
>
|
||||||
{template.name}
|
{template.name}
|
||||||
</Link>
|
</Link>
|
||||||
|
Reference in New Issue
Block a user