Skip to content

Commit

Permalink
Fix post image width
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Dec 26, 2023
1 parent 3ab765c commit 0e7ca8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/website/src/pages/posts/PostByCategory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default function PostByCategory({
borderRadius={"8px"}
src={post.image}
alt={post.title}
width={"100%"}
/>
) : null}

Expand Down

0 comments on commit 0e7ca8f

Please sign in to comment.