Skip to content

Commit

Permalink
feat(web-ui): update blog post style (#823)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
johanbook and Johan Book authored Jul 11, 2024
1 parent ffd1de3 commit 2b00214
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ export function BlogPost({
const lastReaction = firstReactions.pop();

return (
<Box
key={post.id}
sx={{ mb: 2, py: 2, borderTop: 1, borderColor: "divider" }}
>
<Box key={post.id} sx={{ py: 2, borderTop: 1, borderColor: "divider" }}>
<Box sx={{ alignItems: "center", display: "flex", pl: 2 }}>
<Link to={`/profile/${post.profile.id}`}>
<Avatar imgProps={{ loading: "lazy" }} src={post.profile.imageUrl} />
Expand Down

0 comments on commit 2b00214

Please sign in to comment.