diff --git a/src/components/profile/UserProfileCard.js b/src/components/profile/UserProfileCard.js index 226dc4b..386046a 100644 --- a/src/components/profile/UserProfileCard.js +++ b/src/components/profile/UserProfileCard.js @@ -67,7 +67,7 @@ const UserProfileCard = ({ user }) => { src={returnImageProxy(user.avatar, user?.pubkey || "")} width={100} height={100} - className="rounded-full m-2 mt-0 object-cover" + className="rounded-full m-2 mt-0 object-cover max-w-[100px] max-h-[100px]" />

{user.username || user?.name || user?.email || "Anon"} @@ -108,9 +108,9 @@ const UserProfileCard = ({ user }) => { Lightning Address: None

@@ -125,9 +125,9 @@ const UserProfileCard = ({ user }) => { NIP-05: None