Skip to content

Commit

Permalink
feat: new turso logo
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab committed Apr 12, 2024
1 parent 1fb64cd commit 3e781fc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Clone this project and use it to create your own [Next.js](https://nextjs.org) p
<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" src="public/assets/images/turso-dark.png?raw=true">
</picture>
</a>
</td>
<td align="center" width="33%">
Expand Down
Binary file added public/assets/images/turso-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/turso-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/images/turso.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/[locale]/(unauth)/guestbook/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Guestbook = () => {
<a href="https://turso.tech/?utm_source=nextjsstarterbp" target="_blank">
<Image
className="mx-auto mt-2"
src="/assets/images/turso.png"
src="/assets/images/turso-light.png"
alt="SQLite Developer Experience"
width={130}
height={112}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Sponsors = () => (
target="_blank"
>
<Image
src="/assets/images/turso.png"
src="/assets/images/turso-light.png"
alt="SQLite Developer Experience"
width={260}
height={224}
Expand Down

0 comments on commit 3e781fc

Please sign in to comment.