Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<br>

<a href="https://git-tower.com/?utm_source=repomix&utm_medium=referral">
<img alt="Tower sponsorship" height="225" src="website/client/src/public/images/sponsors/tower/tower-dock-icon-dark.png">
<img alt="Tower sponsorship" height="225" src="website/client/src/public/images/sponsors/tower/tower-dock-icon-light.png">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

To improve the user experience on different color schemes, consider using the <picture> element. This allows you to provide different images for light and dark modes, ensuring the sponsor logo is always clearly visible. The light version of the icon would be used for dark mode, and the dark version for light mode.

Suggested change
<img alt="Tower sponsorship" height="225" src="website/client/src/public/images/sponsors/tower/tower-dock-icon-light.png">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="website/client/src/public/images/sponsors/tower/tower-dock-icon-light.png">
<source media="(prefers-color-scheme: light)" srcset="website/client/src/public/images/sponsors/tower/tower-dock-icon-dark.png">
<img alt="Tower sponsorship" height="225" src="website/client/src/public/images/sponsors/tower/tower-dock-icon-light.png">
</picture>

</a>

### [Tower, the most powerful Git client for Mac and Windows](https://git-tower.com/?utm_source=repomix&utm_medium=referral)
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading