Skip to content

Commit

Permalink
Merge pull request #66 from ej070961/develop
Browse files Browse the repository at this point in the history
fix: 후원 상세 프로필 모달  e.stopPropagation 추가
  • Loading branch information
ej070961 authored Aug 10, 2024
2 parents 4a68114 + 7df67c9 commit ba74955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SponsorDetail/CanaryModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function CanaryModal({
image: Badge1,
},
{
category: ["취엄"],
category: ["취업"],
title: "취업박람회 방문하기",
date: "2024년 01월 01일 달성",
image: Badge2,
Expand Down Expand Up @@ -62,7 +62,7 @@ function CanaryModal({
];
return (
<Overlay onClick={onClose}>
<Wrapper>
<Wrapper onClick={(e) => e.stopPropagation()}>
<RowBox className="justify-between">
<ColBox className="w-[298px]">
<img
Expand Down

0 comments on commit ba74955

Please sign in to comment.