fix: template routing (#115)

This commit is contained in:
Ganapathy S
2025-03-07 08:24:39 +05:30
committed by KM Koushik
parent 38314a35dc
commit 90f9d30cce
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ export default function TemplateList() {
<TableCell className="font-medium">
<Link
className="underline underline-offset-4 decoration-dashed text-foreground hover:text-primary"
href={`/templates/${template.id}`}
href={`/templates/${template.id}/edit`}
>
{template.name}
</Link>