type fixes

This commit is contained in:
Ishaan Dey
2024-05-23 23:52:30 -07:00
parent 1528ea5257
commit 30e1c39d6c
7 changed files with 109 additions and 103 deletions

View File

@ -33,7 +33,7 @@ export default function ProjectCard({
onMouseLeave={() => setHovered(false)}
className={`group/canvas-card p-4 h-48 flex flex-col justify-between items-start hover:border-muted-foreground/50 relative overflow-hidden transition-all`}
>
<AnimatePresence>
{/* <AnimatePresence>
{hovered && (
<motion.div
initial={{ opacity: 0 }}
@ -43,7 +43,7 @@ export default function ProjectCard({
{children}
</motion.div>
)}
</AnimatePresence>
</AnimatePresence> */}
<div className="space-x-2 flex items-center justify-start w-full z-10">
<Image