-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rgga pas de alt sur image home #6382
base: dev
Are you sure you want to change the base?
The head ref may contain hidden characters: "6291-image-d\u00E9corative-non-ignor\u00E9e-par-les-lecteurs-d\u00E9crans"
feat: rgga pas de alt sur image home #6382
Conversation
@@ -42,7 +42,7 @@ export const Search = () => { | |||
<Image | |||
priority={false} | |||
src={IllustrationHomePrincipal} | |||
alt="Illustration graphique du site montrant des personnes travaillant" | |||
alt="" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on peut pas juste supprimer la propriété ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si tu ne mets pas la propriété, elle ne va pas être mise dans le html. Il faut bien avoir un alt=""
dans le code HTML. Cela me semble bon
84042f8
to
9743b8a
Compare
9743b8a
to
b411bf1
Compare
🎉 Deployment for commit b411bf1 : IngressesDocker images
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il ya aussi le picto sur les thèmes à faire : #6291 (comment)
No description provided.