create test case list table

This commit is contained in:
Takeshi Kimata
2024-02-24 21:19:22 +09:00
parent c93262f89d
commit b09fef7b2c
6 changed files with 70 additions and 130 deletions

View File

@@ -19,7 +19,7 @@ export function ProjectCard({ project, onEditClick, onDeleteClick }) {
<CardHeader className="flex gap-3 h-[50px] justify-between text-ellipsis overflow-hidden">
<div className="flex gap-5">
<div className="flex flex-col gap-1 items-start justify-center">
<Link href={`/projects/${project.id}/dashboard`}>{project.name}</Link>
<Link underline="hover" href={`/projects/${project.id}/dashboard`}>{project.name}</Link>
</div>
</div>
<Dropdown>