This commit is contained in:
Takeshi Kimata
2024-02-16 22:11:59 +09:00
parent 291bad6d56
commit d889655324
6 changed files with 39 additions and 17 deletions

View File

@@ -11,8 +11,8 @@ import NextLink from "next/link";
export function ProjectCard({ projectName, projectDetail }) {
return (
<NextLink href={`/projects/${1}`}>
<Card className="w-[250px] hover:bg-slate-200">
<CardHeader className="flex gap-3">
<Card className="w-[250px] h-36 hover:bg-slate-200">
<CardHeader className="flex gap-3 h-16">
<Image
alt="nextui logo"
height={40}