Skip to content

Commit

Permalink
Fix background color issue in ProjectCard component
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Feb 3, 2024
1 parent cfa3c3d commit caac493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const ProjectCard = (props: ProjectCardProps) => {
htmlElement.style.backgroundColor = '';
}
});
}, []);
}, [mini]);

useEffect(() => {
loadAggregateStaked();
Expand Down

0 comments on commit caac493

Please sign in to comment.