Skip to content

Commit

Permalink
fix: aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
milorue committed Apr 14, 2022
1 parent e53f279 commit 58e284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/profiles/[publicKey]/nfts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const NFTCard = ({
className="aspect-square w-full rounded-lg object-cover"
/>
{shownCreatorAddress && (
<div className={`absolute left-0 top-0 flex flex-row items-center pl-4 pt-4`}>
<div className={`absolute left-0 top-0 flex flex-row items-center p-4`}>
<Link href={`/profiles/${shownCreatorAddress}`}>
<a className="text-gray-300">
<Avatar address={shownCreatorAddress} showAddress={false} border={true} />
Expand Down

0 comments on commit 58e284e

Please sign in to comment.