feat: 💨

This commit is contained in:
codytseng
2025-03-12 21:49:52 +08:00
parent b13742b165
commit 9026fac581
13 changed files with 32 additions and 26 deletions

View File

@@ -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