Skip to content

Commit 336b6f5

Browse files
authored
style: 작품 이미지 rounded 수정 (#212)
1 parent 534a602 commit 336b6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/post/OnePostCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const OnePostCard = ({ posts, viewType, onToggleLike }: Props) => {
3838
<img
3939
src={posts.imagePath === "" ? defaultImg : posts.imagePath}
4040
alt={posts.title}
41-
className="object-cover w-full shrink-0"
41+
className="object-cover w-full shrink-0 rounded-[20px]"
4242
/>
4343
<div className="absolute top-[80%] right-[5%]">
4444
<button onClick={handleLikeClick}>

0 commit comments

Comments
 (0)