Skip to content

Commit

Permalink
Merge pull request #1870 from starknet-io/bugfix/post-image-width
Browse files Browse the repository at this point in the history
Fix post image width
  • Loading branch information
rafaelcruzazevedo authored Dec 26, 2023
2 parents 3ab765c + 0e7ca8f commit b6b895a
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 b6b895a

Please sign in to comment.