Skip to content

Commit

Permalink
feat: shrink receiver box change rounded image styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lujakob committed Apr 26, 2023
1 parent de95fab commit 50a381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PublisherCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function PublisherCard({
>
{image && (
<img
className={`ml-1 mr-2 shrink-0 object-cover rounded-lg ${
className={`ml-1 mr-2 shrink-0 object-cover rounded-md ${
isSmall ? "w-10 h-10 mr-3" : "w-20 h-20"
}`}
src={image || DEFAULT_IMAGE}
Expand Down

0 comments on commit 50a381e

Please sign in to comment.