-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
<span class="text-center">React</span> | ||
</li> | ||
<li class="flex flex-col items-center justify-end"> | ||
<img src="./material-ui.png" alt="MUI" /> | ||
<span class="text-center">MUI</span> | ||
<img src="./material-ui.png" 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.
Fix an a11y issue, this is a decorative image, it must have an empty alt, https://www.w3.org/WAI/tutorials/images/decorative/
<img src="./typescript.png" alt="Typescript" /> | ||
<span class="text-center">Typescript</span> | ||
<img src="./typescript.png" alt="" /> | ||
<span class="text-center">TypeScript</span> |
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.
Wrong casing.
@@ -278,7 +278,7 @@ | |||
};</code | |||
></pre> | |||
<img | |||
src="./Screen_ee.png" | |||
src="./screen_ee.png" |
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.
The upper case is inconsistent with the other image. Also since only Linux is case-sensitive, this creates problems on macOS and Windows.
Thanks for the PR 👍 However this repo actually contains an old version of the landing pages (it was used as a draft). The current version is here: https://github.com/marmelab/react-admin/tree/gh-pages/landing-page Could you change the PR to target this repo/branch/folder instead? Thank you so much |
ok, I'm moving this marmelab/react-admin#9096 |
Same as algolia/docsearch#1953