diff --git a/src/components/common/DragDrop/index.tsx b/src/components/common/DragDrop/index.tsx index e423f5fb..ea385889 100644 --- a/src/components/common/DragDrop/index.tsx +++ b/src/components/common/DragDrop/index.tsx @@ -66,7 +66,7 @@ const DragDropTitle = styled.div` font-size: 14px; `; -const StyledImage = styled(Image)` +const StyledImage = styled.img` border-radius: 6px; width: 28vw; height: 30vh; diff --git a/src/templates/post/layouts/list/PostListItem.tsx b/src/templates/post/layouts/list/PostListItem.tsx index 594f99c8..01d32d25 100644 --- a/src/templates/post/layouts/list/PostListItem.tsx +++ b/src/templates/post/layouts/list/PostListItem.tsx @@ -5,11 +5,11 @@ import { defaultProfile } from "@/assets/images"; import { FallbackImage } from "@/components/atoms"; import Link from "next/link"; import { ROUTER } from "@/constants"; +import FallbackImgImage from "@/components/atoms/FallbackImgImage"; import { PostListProperty } from "../../types"; import PostListItemInformationBar from "./PostListItemInformationBar"; import { EmptyImage } from "../../assets/images"; import { CATEGORY } from "../../constants"; -import FallbackImgImage from "@/components/atoms/FallbackImgImage"; const PostListItem = ({ category,