feat: emoji reactions
This commit is contained in:
parent
40b487994d
commit
2c9a5b219b
15 changed files with 382 additions and 50 deletions
|
|
@ -34,7 +34,7 @@ export function ZapNotification({
|
|||
return (
|
||||
<div
|
||||
className="flex items-center justify-between cursor-pointer py-2"
|
||||
onClick={() => (event ? push(toNote(event)) : pubkey ? push(toProfile(pubkey)) : null)}
|
||||
onClick={() => (eventId ? push(toNote(eventId)) : pubkey ? push(toProfile(pubkey)) : null)}
|
||||
>
|
||||
<div className="flex gap-2 items-center flex-1 w-0">
|
||||
<UserAvatar userId={senderPubkey} size="small" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue