This commit is contained in:
Takeshi Kimata
2024-02-17 12:56:13 +09:00
parent ce3cd7ae03
commit 2c0a4631bc
10 changed files with 117 additions and 59 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] h-36 bg-white hover:bg-gray-100 dark:bg-gray-700 dark:hover:bg-gray-800">
<CardHeader className="flex gap-3 h-16">
<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
alt="nextui logo"
height={40}