diff --git a/src/components/note/quoteRepost.tsx b/src/components/note/quoteRepost.tsx index d453147c..32ae36f9 100644 --- a/src/components/note/quoteRepost.tsx +++ b/src/components/note/quoteRepost.tsx @@ -22,7 +22,7 @@ export const NoteQuoteRepost = memo(function NoteQuoteRepost({ event }: { event: return (
-
+
diff --git a/src/components/user/quoteRepost.tsx b/src/components/user/quoteRepost.tsx index d89ef219..f240c7e4 100644 --- a/src/components/user/quoteRepost.tsx +++ b/src/components/user/quoteRepost.tsx @@ -24,8 +24,11 @@ export const UserQuoteRepost = ({ pubkey, time }: { pubkey: string; time: number />
-
- {profile?.display_name || profile?.name || shortenKey(pubkey)} reposted +
+ {profile?.display_name || profile?.name || shortenKey(pubkey)}{' '} + + reposted +
ยท {dayjs().to(dayjs.unix(time))}