diff --git a/packages/app/src/Element/ProfileImage.tsx b/packages/app/src/Element/ProfileImage.tsx index 896e677e..50f2432a 100644 --- a/packages/app/src/Element/ProfileImage.tsx +++ b/packages/app/src/Element/ProfileImage.tsx @@ -16,6 +16,7 @@ export interface ProfileImageProps { showUsername?: boolean; className?: string; link?: string; + autoWidth?: boolean; defaultNip?: string; verifyNip?: boolean; linkToProfile?: boolean; @@ -27,6 +28,7 @@ export default function ProfileImage({ showUsername = true, className, link, + autoWidth = true, defaultNip, verifyNip, linkToProfile = true, @@ -63,7 +65,7 @@ export default function ProfileImage({ {nip05 && } -
+
{subHeader}
diff --git a/packages/app/src/Element/Reactions.tsx b/packages/app/src/Element/Reactions.tsx index 5d72e841..d190afa3 100644 --- a/packages/app/src/Element/Reactions.tsx +++ b/packages/app/src/Element/Reactions.tsx @@ -96,7 +96,7 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
{ev.content === "+" ? : ev.content}
- + ); })} @@ -109,7 +109,7 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio {formatShort(z.amount)} - {z.content}} /> + {z.content}} /> ) ); @@ -121,7 +121,7 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
- + ); })} @@ -132,7 +132,7 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio
- + ); })}