feat: 💨
This commit is contained in:
parent
2b82ae78b7
commit
00866fd73a
3 changed files with 10 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ function HighlightSource({ event }: { event: Event }) {
|
|||
|
||||
return (
|
||||
<div className="flex items-center gap-2 text-muted-foreground">
|
||||
<div>{t('From')}</div>
|
||||
<div className="shrink-0">{t('From')}</div>
|
||||
{pubkey && <UserAvatar userId={pubkey} size="xSmall" className="cursor-pointer" />}
|
||||
{referenceEvent && isSupportedKind(referenceEvent.kind) ? (
|
||||
<ContentPreview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue