once again logo fix

This commit is contained in:
Alex Garcia 2024-06-12 00:30:10 -07:00
parent 69e8558052
commit 8e6394f438

View file

@ -111,7 +111,8 @@ is the main sponsor through the new Builders project.
<a href="https://turso.tech/"> <a href="https://turso.tech/">
<picture> <picture>
<source srcset="./.github/logos/turso.svg"> <source media="(prefers-color-scheme: dark)" srcset="./.github/logos/turso.svg">
<source media="(prefers-color-scheme: light)" srcset="./.github/logos/turso.svg">
<img alt="logo of Turso" src="./.github/logos/turso.svg" width="32%"> <img alt="logo of Turso" src="./.github/logos/turso.svg" width="32%">
</picture> </picture>
</a> </a>