Skip to content

Commit

Permalink
fix(ProjectCard): Fix the height of the component
Browse files Browse the repository at this point in the history
  • Loading branch information
lialila committed Mar 13, 2024
1 parent 3f91329 commit d8aa9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ProjectCard/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const ProjectCard: React.FC<ProjectCardProps> = ({

return (
<Box
height="full"
position="relative"
borderRadius="2xl"
boxShadow="lg"
Expand Down

0 comments on commit d8aa9d7

Please sign in to comment.