Skip to content

Commit

Permalink
fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Mar 5, 2024
1 parent bf533cc commit 8f5e0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/DragDrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/templates/post/layouts/list/PostListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8f5e0b2

Please sign in to comment.