Image fixes
This commit is contained in:
@@ -42,9 +42,10 @@
|
|||||||
>
|
>
|
||||||
{#if adventure.imageUrl && adventure.imageUrl.length > 0}
|
{#if adventure.imageUrl && adventure.imageUrl.length > 0}
|
||||||
<figure>
|
<figure>
|
||||||
|
<!-- svelte-ignore a11y-img-redundant-alt -->
|
||||||
<img
|
<img
|
||||||
src={adventure.imageUrl}
|
src={adventure.imageUrl}
|
||||||
alt="Shoes"
|
alt="No image available"
|
||||||
class="w-full h-48 object-cover"
|
class="w-full h-48 object-cover"
|
||||||
/>
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
@@ -74,7 +75,7 @@
|
|||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="card-actions justify-end">
|
<div class="card-actions justify-end mt-2">
|
||||||
{#if type == "mylog"}
|
{#if type == "mylog"}
|
||||||
<button class="btn btn-primary" on:click={moreInfo}
|
<button class="btn btn-primary" on:click={moreInfo}
|
||||||
><iconify-icon icon="mdi:launch" class="text-2xl"
|
><iconify-icon icon="mdi:launch" class="text-2xl"
|
||||||
|
|||||||
Reference in New Issue
Block a user