Skip to content

Commit

Permalink
fix: 이미지 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiohjung98 committed Sep 20, 2024
1 parent 294241f commit c0b1930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ootd/OotdDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import CabapIcon from "../../../public/cabap.svg";
import BookmarkIcon from "../../../public/icon_bookmark.svg";
import BookmarkedIcon from "../../../public/bookmark-fill.svg";
import { addBookmark, deleteBookmark, fetchIsBookmarked } from "@/services/bookmark/bookmark";
import WeatherIcon from "../../../public/weatherIcon.svg";
import WeatherIcon from "../../../public/WeatherIcon.svg";

interface OotdDetailProps {
id: number;
Expand Down

0 comments on commit c0b1930

Please sign in to comment.