feat: blurhash
This commit is contained in:
parent
91977d6495
commit
dacaa4a75d
15 changed files with 155 additions and 50 deletions
|
|
@ -20,7 +20,7 @@ export default function PictureNoteCard({
|
|||
|
||||
return (
|
||||
<div className={cn('space-y-1 cursor-pointer', className)} onClick={() => push(toNote(event))}>
|
||||
<Image className="rounded-lg w-full aspect-[6/8]" src={firstImage} />
|
||||
<Image className="rounded-lg w-full aspect-[6/8]" image={firstImage} />
|
||||
<div className="line-clamp-2 px-2">{event.content}</div>
|
||||
<div className="flex items-center gap-2 px-2">
|
||||
<UserAvatar userId={event.pubkey} size="xSmall" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue