Create Home tab

This commit is contained in:
Takeshi Kimata
2024-03-20 20:09:06 +09:00
parent 66f36c1f31
commit 8a2ca8c563
8 changed files with 117 additions and 8 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 underline="hover" href={`/projects/${project.id}/dashboard`}>{project.name}</Link>
<Link underline="hover" href={`/projects/${project.id}/home`}>{project.name}</Link>
</div>
</div>
<Dropdown>