Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 authored Sep 15, 2024
1 parent 567eb79 commit 80b5ae0
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 @@ -92,7 +92,11 @@

## Preview

![Snapshot](.github/preview.png)
<picture align="center">
<source media="(prefers-color-scheme: light)" srcset=".github/preview-light.png">
<source media="(prefers-color-scheme: dark)" srcset=".github/preview-dark.png">
<img src=".github/preview-light.png" alt="preview">
</picture>

![line]

Expand Down

0 comments on commit 80b5ae0

Please sign in to comment.