show more / less for long posts

This commit is contained in:
Martti Malmi
2023-11-25 20:52:58 +02:00
parent 8d44eb6a09
commit 9a0b7c08d9
6 changed files with 48 additions and 10 deletions

View File

@ -15,6 +15,7 @@ export default function NoteQuote({ link, depth }: { link: NostrLink; depth?: nu
depth={(depth ?? 0) + 1}
options={{
showFooter: false,
truncate: true,
}}
/>
);