Add missing alt tag to dropzone image

This commit is contained in:
Andrew Kingston 2021-04-01 19:21:12 +01:00
parent 2ff3fce35d
commit 80454387be
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<i class="ri-arrow-left-circle-fill" />
</div>
{/if}
<img src={selectedImage.url} />
<img alt="preview" src={selectedImage.url} />
{#if selectedImageIdx !== files.length - 1}
<div class="nav right" on:click={navigateRight}>
<i class="ri-arrow-right-circle-fill" />