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

main
Lucas DELANIER 11 months ago
parent 091ca6e218
commit bd62ece9d1

@ -22,7 +22,7 @@ const props = defineProps({
<img :src="`https://codefirst.iut.uca.fr/containers/lucasdelanier-portfolio/images/${ props.image }`"
class="object-contain mb-6"
: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" role="article" v-html="props.description"/>
</div>
</template>
Loading…
Cancel
Save