ajouter alt dans l'img

front
Gwenael PLANCHON 1 year ago
parent c444c5f6ba
commit 02a2c91b3a

@ -163,7 +163,7 @@ export default{
<!-- l'api devrait retourner le mot entier quand la vie est a 0 --> <!-- l'api devrait retourner le mot entier quand la vie est a 0 -->
<h2 style="font-family: monospace">{{ progression }}</h2> <h2 style="font-family: monospace">{{ progression }}</h2>
<p>{{ description }}</p> <p>{{ description }}</p>
<img :src="imageScientifique"> <img :src="imageScientifique" :alt="'Photo de '+motADeviner">
</div> </div>
<button class="btn btn-primary" v-on:click="creerPartie">Créer une partie</button> <button class="btn btn-primary" v-on:click="creerPartie">Créer une partie</button>
<div> <div>

Loading…
Cancel
Save