Skip to content

Commit

Permalink
πŸ› fix: 이미지 μš”μ†Œκ°€ λ„˜μ³λ‚˜λŠ” 이슈 ν•΄κ²°
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbomi16 committed Jun 8, 2024
1 parent d89c363 commit 3e0a380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Posts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function Posts({ initialPosts }: PostsProps) {
>
<h3 className="m-0 p-0 font-bold">{post.title}</h3>
{post.image && (
<div className="flex h-[72px] w-[72px] items-center justify-center rounded-[0.3rem] border-[1.5px] border-[var(--gray100)] bg-white p-4">
<div className="flex h-[72px] w-[72px] items-center justify-center overflow-hidden rounded-[0.3rem] border-[1.5px] border-[var(--gray100)] bg-white p-4">
<Image
src={post.image}
alt="포슀트 이미지"
Expand Down

0 comments on commit 3e0a380

Please sign in to comment.