about view done, projects mostly done, some minor styling left!
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user