images
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 12 months ago
parent 3371e1f2b6
commit afac726492

@ -19,7 +19,7 @@ const props = defineProps({
<InfoBuble>{{ props.year }}</InfoBuble> <InfoBuble>{{ props.year }}</InfoBuble>
<InfoBuble>{{ props.duration }}</InfoBuble> <InfoBuble>{{ props.duration }}</InfoBuble>
</div> </div>
<img :src="`/images/${ props.image }`" class="object-contain mb-6" <img :src="new URL(`./dir/${props.image}`, '/images/')" class="object-contain mb-6"
:class=" props.important === true ? 'h-24' : 'h-10'" :alt="`logo de l'entreprise ${props.company}`"> :class=" props.important === true ? 'h-24' : 'h-10'" :alt="`logo de l'entreprise ${props.company}`">
<p class="text-xl text-gray-500" v-html="props.description"/> <p class="text-xl text-gray-500" v-html="props.description"/>

Loading…
Cancel
Save