Skip to content

Commit

Permalink
no alternative text on flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Oct 24, 2023
1 parent 0816556 commit d9a9bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/country/components/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function ExportPage() {
{dataPays.name_native}
)
</Title>
<img alt="Drapeau" className="fr-ml-2w" src={dataPays.flag} height="40px" />
<img alt="" className="fr-ml-2w" src={dataPays.flag} height="40px" />
<Text spacing="mb-1v ml-auto" as="span" size="xs" bold={false}>
{' '}
Mis à jour le
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/country/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function Fiche({ exportState }) {
{dataPays.name_native}
)
</Title>
<img alt="Drapeau" className="fr-ml-2w" src={dataPays.flag} height="40px" />
<img alt="" className="fr-ml-2w" src={dataPays.flag} height="40px" />
<Text spacing="mb-1v ml-auto" as="span" size="xs" bold={false}>
{' '}
Mis à jour le
Expand Down

0 comments on commit d9a9bd3

Please sign in to comment.