fix: fixed alt for Resistants photos
parent
c01f49a59b
commit
bb5054cb30
|
@ -33,7 +33,7 @@ export const PageResistant = () => {
|
|||
<noscript>
|
||||
<img
|
||||
src={`https://enfance-libre.frama.io/resistants/assets/${resistant.id}.jpg`}
|
||||
alt="Jonathan Attias et Caroline Perez"/></noscript>
|
||||
alt={resistant.noms}/></noscript>
|
||||
<img className="thumb-image loaded"
|
||||
data-src={`https://enfance-libre.frama.io/resistants/assets/${resistant.id}.jpg`}
|
||||
data-image={`https://enfance-libre.frama.io/resistants/assets/${resistant.id}.jpg`}
|
||||
|
|
|
@ -26,7 +26,7 @@ export const ResistantRow = ({resistant}: Props) => {
|
|||
>
|
||||
<img
|
||||
src={`https://enfance-libre.frama.io/resistants/assets/${resistant.id}.jpg`}
|
||||
alt="Jonathan Attias et Caroline Perez"
|
||||
alt={resistant.noms}
|
||||
style={{width: "200px", height: "200px"}}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue