Fix PhysicalSample card img display

This commit is contained in:
Timothée Goguely 2024-12-11 16:46:06 +01:00
parent 524c8d5657
commit 95f690bf84

View file

@ -163,7 +163,7 @@
<time class="font-medium text-sm py-8" :datetime="step.date">{{ step.date }}</time>
<p>{{ step.description }}</p>
</header>
<img :src="step.files[0].url" alt="" loading="lazy">
<img :src="step.files[0].url" alt="" loading="lazy" class="rounded-lg mt-16">
</div>
</template>
<template v-else></template>