about view done, projects mostly done, some minor styling left!

This commit is contained in:
yousifpa98
2024-12-21 18:37:44 +01:00
parent 9d7c2b2109
commit b6a5b5959d
19 changed files with 294 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ import "animate.css";
const TechStack = ({
initialAnimation,
onMouseEnter,
/* onMouseEnter, */
onAnimationEnd,
isExpanded,
onExpandToggle, // Receive the handler as a prop
@@ -105,7 +105,7 @@ const TechStack = ({
animation,
{ expanded: isExpanded } // Conditional class
)}
onMouseEnter={() => onMouseEnter(setAnimation)}
/* onMouseEnter={() => onMouseEnter(setAnimation)} */
onAnimationEnd={() => onAnimationEnd(setAnimation)}
>
<h2>Tech Stack</h2>