add folders column

This commit is contained in:
Takeshi Kimata
2024-02-17 19:28:55 +09:00
parent 2c0a4631bc
commit 303d24409f
8 changed files with 70 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ import NextLink from "next/link";
export function ProjectCard({ projectName, projectDetail }) {
return (
<NextLink href={`/projects/${1}`}>
<NextLink href={`/projects/${1}/home`}>
<Card className="w-[250px] bg-white hover:bg-gray-100 dark:bg-gray-700 dark:hover:bg-gray-800">
<CardHeader className="flex gap-3">
<Image