Skip to content

Commit

Permalink
Fix logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Aug 16, 2023
1 parent 0584f71 commit 53edebd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,5 +524,10 @@ Special thanks goes to the following generous sponsors:

[Emerge Tools](https://www.emergetools.com) is a suite of revolutionary products designed to supercharge mobile apps and the teams that build them.

![Emerge Tools](assets/sponsors/emerge-tools-vertical-white.svg#gh-dark-mode-only)
![Emerge Tools](assets/sponsors/emerge-tools-vertical-black.svg#gh-light-mode-only)
<a href="https://www.emergetools.com" alt="Emerge Tools">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/sponsors/emerge-tools-vertical-white.svg">
<source media="(prefers-color-scheme: light)" srcset="assets/sponsors/emerge-tools-vertical-black.svg">
<img src="assets/sponsors/emerge-tools-vertical-black.svg">
</picture>
</a>

0 comments on commit 53edebd

Please sign in to comment.