Skip to content

Commit

Permalink
Fix URL in image README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes authored Oct 20, 2023
1 parent 96fd314 commit 12382a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/socketsupply/tonic/bret/dark-mode-logo/readme-tonic-dark.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png">
<img alt="tonic" src="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png">
</picture>
Expand Down

0 comments on commit 12382a4

Please sign in to comment.