Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

fix reference to Material UI #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Screen_ee.png
Binary file not shown.
2 changes: 1 addition & 1 deletion enterprise.html
Original file line number Diff line number Diff line change
@@ -278,7 +278,7 @@
};</code
></pre>
<img
src="./Screen_ee.png"
src="./screen_ee.png"
Copy link
Author

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.

class="mt-4 md:mt-10 md:h-[302px] md:w-[635px] lg:mt-8 lg:h-[371px] lg:w-[800px]"
/>
</div>
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -541,28 +541,28 @@ <h1 class="mb-8 text-center text-[28px] font-bold leading-[34px] lg:text-[32px]
<div class="flex justify-center">
<ul class="grid grid-cols-2 gap-6 text-[12px] font-light leading-[20px] md:grid-cols-6">
<li class="flex flex-col items-center justify-end">
<img src="./react.png" alt="React" class="h-16" />
<img src="./react.png" alt="" class="h-16" />
<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="" />
Copy link
Author

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/

<span class="text-center">Material UI</span>
</li>
<li class="flex flex-col items-center justify-end">
<img src="./react-router.png" alt="React Router" />
<img src="./react-router.png" alt="" />
<span class="text-center">React Router</span>
</li>
<li class="flex flex-col items-center justify-end">
<img src="./react-query.png" alt="React-query" />
<img src="./react-query.png" alt="" />
<span class="text-center">React-query</span>
</li>
<li class="flex flex-col items-center justify-end">
<img src="./react-hook-form.png" alt="React-hook-form" />
<img src="./react-hook-form.png" alt="" />
<span class="text-center">React-hook-form</span>
</li>
<li class="flex flex-col items-center justify-end">
<img src="./typescript.png" alt="Typescript" />
<span class="text-center">Typescript</span>
<img src="./typescript.png" alt="" />
<span class="text-center">TypeScript</span>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong casing.

</li>
</ul>
</div>
Binary file modified screen_ee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.