Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Boltman92 committed Jul 7, 2023
1 parent 00a02a3 commit 4808f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/Collectibles/CollectiblePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const CollectiblePage: FC<Props> = ({ assetSlug }) => {
<div className="text-gray-600 text-xs">
{collectibleInfo?.creators.length ?? 0 > 1 ? <T id="creators" /> : <T id="creator" />}
</div>
<div className="text-xs flex align-text-bottom px-1 py-05 rounded-sm ml-1 max-w-full">
<div className="text-xs flex align-text-bottom px-1 py-05 rounded-sm max-w-full">
{collectibleInfo?.creators.map(creator => (
<AddressChip pkh={creator.holder.address ?? ''} className="mr-1 text-gray-600 bg-gray-100" />
))}
Expand Down

0 comments on commit 4808f81

Please sign in to comment.