Skip to content

Commit

Permalink
Fix logo display
Browse files Browse the repository at this point in the history
  • Loading branch information
tguerin committed Aug 10, 2023
1 parent 83793c4 commit 28441f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<picture>
<source srcset="https://raw.github.com/tguerin/newton/main/graphics/newton-dark.png" media="(prefers-color-scheme: dark)">
<img
src="https://raw.github.com/tguerin/newton/main/graphics/newton-light.png"
alt="Newton"
src=""
alt=""
/>
</picture>

[![Newton logo](#gh-light-mode-only)](https://github.com/tguerin/newton/blob/main/graphics/newton-light.png#gh-light-mode-only)

<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>

## Particle Emitter for Flutter
Expand Down

0 comments on commit 28441f4

Please sign in to comment.