Clean up quotes/depth

This commit is contained in:
Jon Staab
2025-02-11 15:37:50 -08:00
parent c74c116667
commit cb57710654
11 changed files with 35 additions and 26 deletions
@@ -79,7 +79,7 @@
{/if}
<NoteCard event={$event} class="card2 bg-alt z-feature w-full">
<div class="col-3 ml-12">
<Content showEntire event={$event} quoteProps={{relays: [url]}} />
<Content showEntire event={$event} relays={[url]} />
<ThreadActions event={$event} {url} />
</div>
</NoteCard>