This repository was archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
fix reference to Material UI #1
Closed
+9
−9
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong casing. |
||
</li> | ||
</ul> | ||
</div> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.