Merge branch 'master' of github.com:coracle-social/coracle

This commit is contained in:
Jonathan Staab 2023-04-10 09:02:40 -05:00
commit 5c27562af0

View File

@ -33,7 +33,7 @@
<Media link={annotated[0]} onClose={close} />
{#if annotated.length > 1}
<p class="text-gray-500 cursor-pointer py-4 text-center underline" on:click={openModal}>
<i class="fa fa-plus" /> Show {annotated.length} link previews
<i class="fa fa-plus" /> Show all {annotated.length} link previews
</p>
{/if}
</div>