Skip to content

Commit

Permalink
fix: 숨은 캐스퍼 찾기 이벤트 오픈에 클론 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minani-0621 committed Aug 25, 2024
1 parent 3221d53 commit 2d85e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Caecae/src/features/FindingGameLanding/OpenEvent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const OpenEvent = forwardRef<HTMLDivElement, OpenEventProps>((props, ref) => {
<img
src="/assets/colon.svg"
alt="smileBage3D"
className="w-[15px] mx-[20px]"
className="w-[15px] mx-[20px] pb-12"
/>
<div className="flex flex-col items-center">
<div className="flex gap-[10px]">
Expand Down

0 comments on commit 2d85e3f

Please sign in to comment.