feat: 💨
This commit is contained in:
parent
b13742b165
commit
9026fac581
13 changed files with 32 additions and 26 deletions
|
|
@ -62,12 +62,7 @@ export default function ReplyNote({
|
|||
{show ? (
|
||||
<>
|
||||
<Content className="mt-1" event={event} size="small" />
|
||||
<NoteStats
|
||||
className="mt-2"
|
||||
classNames={{ buttonBar: 'justify-start gap-1' }}
|
||||
event={event}
|
||||
variant="reply"
|
||||
/>
|
||||
<NoteStats className="mt-2" event={event} variant="reply" />
|
||||
</>
|
||||
) : (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue