Skip to content

Commit

Permalink
hotfix: Artwork props에 responsiveImg 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
frombozztoang committed Dec 9, 2024
1 parent b24c29c commit 030810e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const ArtworkBox = ({
isPosted,
mainImg,
projectImages,
responsiveImg,
sequence,
}: ArtworkData) => {
const slicedName = name.length > 15 ? `${name.slice(0, 15)}...` : name;
Expand Down

0 comments on commit 030810e

Please sign in to comment.