Skip to content

Commit 35f6989

Browse files
authored
Merge pull request #371 from checkmo2025/style-363
[style] 모임 공지 상세페이지 아이콘 변경
2 parents 9d657ae + fc92e46 commit 35f6989

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/assets/icons/calender.png

5.92 KB
Loading

src/assets/icons/location.png

17.7 KB
Loading

src/components/BookClub/MeetingNoticeContent.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { format, parseISO } from 'date-fns';
33
import { ko } from 'date-fns/locale';
44
// import { BOOK_CATEGORIES } from '../../types/dto';
55
import type { meetingInfoDto } from '../../types/clubNotice';
6-
import calenderIcon from "../../assets/icons/calenderIcon.png";
7-
import mapIcon from "../../assets/icons/mapIcon.png";
6+
import calenderIcon from "../../assets/icons/calender.png";
7+
import mapIcon from "../../assets/icons/location.png";
88

99
interface MeetingNoticeContentProps {
1010
data: meetingInfoDto;

0 commit comments

Comments
 (0)