feat: ajoute un ALT sur l’image du score DPE

This commit is contained in:
Jalil Arfaoui 2025-02-23 17:42:04 +01:00
parent fa6c06591f
commit bd1d16bf46

View file

@ -16,7 +16,7 @@ import dpeD from "@/images/dpe-d.png"
<Image <Image
class="mx-auto" class="mx-auto"
src={dpeD} src={dpeD}
alt="Avatar Description" alt="DPE de niveau 'D', 149 kWh/m²/an, 23 kg CO2/m²/an"
loading={"eager"} loading={"eager"}
inferSize inferSize
/> />