Skip to content

Commit

Permalink
fix(lastlog.jsx): swap red/blue stamps #20
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 5, 2024
1 parent a23f589 commit ae5266b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Mypage/LastLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { authJwtAtom } from "../../recoil/auth/atoms";
import { pretendard } from "../../styles/fonts";

import CloseBtn from "../../assets/Mypage/close-x.svg";
import StampAttend from "../../assets/Mypage/stamp_attend.svg";
import StampComplete from "../../assets/Mypage/stamp_complete.svg";
import StampComplete from "../../assets/Mypage/stamp_attend.svg";
import StampAttend from "../../assets/Mypage/stamp_complete.svg";
import StampDisabled from "../../assets/Mypage/stamp_disabled.svg";
import { convertMlToL, currentKoreanTime, formatDate } from "../../tools/tool";

Expand Down

0 comments on commit ae5266b

Please sign in to comment.