Skip to content

Commit

Permalink
fix. #25-카드 가로 사이즈 다른 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-hunc committed Dec 30, 2024
1 parent 52c24ad commit 7c2198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard/ProjectCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ProjectCard = forwardRef<HTMLDivElement, ProjectCardProps>(
};

return (
<Link href={`/project/${id}`}>
<Link style={{ width: "100%" }} href={`/project/${id}`}>
<S.Card ref={ref}>
<S.ImageWrapper>
<Image
Expand Down

0 comments on commit 7c2198c

Please sign in to comment.