Add missing alt tag to dropzone image
This commit is contained in:
parent
e3cee769f4
commit
52a93f9dd7
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue