Merge pull request #45 from fiatjaf/show-plus

less confusing "show %d link previews".
This commit is contained in:
Jon Staab 2023-04-10 08:38:11 -05:00 committed by GitHub
commit 469ef6fabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
<Media link={annotated[0]} onClose={close} />
{#if annotated.length > 1}
<p class="text-gray-500 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>