mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Use sponsors logo correct versions for dark mode (#2506)
This commit is contained in:
parent
e30117aca8
commit
dc8c3f4efc
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -350,7 +350,11 @@ For Windows, run:
|
||||||
## Platinum sponsors
|
## Platinum sponsors
|
||||||
|
|
||||||
<a href="https://fly.io">
|
<a href="https://fly.io">
|
||||||
<img height="130" src="https://fly.io/public/images/brand/logo.svg" alt="Fly.io">
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://fly.io/public/images/brand/logo-inverted.svg">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://fly.io/public/images/brand/logo.svg">
|
||||||
|
<img height="130" src="https://fly.io/public/images/brand/logo.svg" alt="Fly.io">
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Fly is a platform for running full stack apps and databases close to your users.
|
Fly is a platform for running full stack apps and databases close to your users.
|
||||||
|
@ -367,7 +371,11 @@ collaborates on models, datasets, and applications.
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<a href="https://www.tigrisdata.com/">
|
<a href="https://www.tigrisdata.com/">
|
||||||
<img height="50" src="https://www.tigrisdata.com/docs/logo/light.png" alt="Tigris">
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://www.tigrisdata.com/docs/logo/dark.png">
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://www.tigrisdata.com/docs/logo/light.png">
|
||||||
|
<img height="50" src="https://www.tigrisdata.com/docs/logo/light.png" alt="Tigris">
|
||||||
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Tigris is a globally distributed S3-compatible object storage<br />
|
Tigris is a globally distributed S3-compatible object storage<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue