We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d657ae + fc92e46 commit 35f6989Copy full SHA for 35f6989
3 files changed
src/assets/icons/calender.png
5.92 KB
src/assets/icons/location.png
17.7 KB
src/components/BookClub/MeetingNoticeContent.tsx
@@ -3,8 +3,8 @@ import { format, parseISO } from 'date-fns';
3
import { ko } from 'date-fns/locale';
4
// import { BOOK_CATEGORIES } from '../../types/dto';
5
import type { meetingInfoDto } from '../../types/clubNotice';
6
-import calenderIcon from "../../assets/icons/calenderIcon.png";
7
-import mapIcon from "../../assets/icons/mapIcon.png";
+import calenderIcon from "../../assets/icons/calender.png";
+import mapIcon from "../../assets/icons/location.png";
8
9
interface MeetingNoticeContentProps {
10
data: meetingInfoDto;
0 commit comments