Skip to content

Commit

Permalink
docs: update Turso logo in the bottom of the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Apr 14, 2024
1 parent 8597fa3 commit 38593ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,11 @@ See [LICENSE](LICENSE) for more information.
</td>
<td align="center" width="33%">
<a href="https://turso.tech/?utm_source=nextjsstarterbp">
<img src="public/assets/images/turso.png?raw=true" alt="SQLite Developer Experience">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="public/assets/images/turso-white.png?raw=true">
<source media="(prefers-color-scheme: light)" srcset="public/assets/images/turso-dark.png?raw=true">
<img alt="Turso - SQLite for Production" src="public/assets/images/turso-dark.png?raw=true">
</picture>
</a>
</td>
<td align="center" width="33%">
Expand Down

0 comments on commit 38593ce

Please sign in to comment.