Skip to content
Merged
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 website/client/src/shared/sponsors-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<br>

<a href="https://git-tower.com/?utm_source=repomix&utm_medium=referral" target="_blank">
<img alt="Tower sponsorship" width="255" src="/images/sponsors/tower/tower-dock-icon-light.png">
<img alt="Tower sponsorship" width="225" src="/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

The image filename tower-dock-icon-light.png suggests that a dark-mode version of the image might also be available. If a dark version exists, consider using the HTML <picture> element to serve the appropriate image based on the user's color scheme preference. This would improve visual consistency for users in dark mode.

</a>

[Tower, the most powerful Git client for Mac and Windows](https://git-tower.com/?utm_source=repomix&utm_medium=referral)
Expand Down
Loading