Skip to content

Commit 8694775

Browse files
committed
fix: 자물쇠 위치 수정
1 parent 0707067 commit 8694775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/mission/-components/MissionLockCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function MissionLockCard() {
99
<img
1010
src={assetMissionIcon}
1111
alt="자물쇠 이미지"
12-
className="absolute w-[35px] h-[43px] left-[24px] top-[24px] object-cover"
12+
className="absolute w-[35px] h-[43px] left-[20px] top-[20px] object-cover"
1313
/>
1414
<div className="max-w-[140px] max-h-[140px] w-full h-full aspect-square">
1515
<img

0 commit comments

Comments
 (0)