Skip to content

Commit

Permalink
remove alternatve when irrevelant
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Oct 20, 2023
1 parent 8a81afd commit 5d6d8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/directory-blocs/annuaire-bloc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function AnnuaireBloc({ selectedLetter }) {
<Title as="h2" className="d-inline">
{`${el.fields.name_fr} (${el.fields.name_native})`}
</Title>
<img alt="Drapeau" className="fr-ml-2w" src={el.fields.flag} height="40px" />
<img alt="" className="fr-ml-2w" src={el.fields.flag} height="40px" />
</Link>
</Row>
<Row gutters>
Expand Down

0 comments on commit 5d6d8de

Please sign in to comment.