Skip to content

Commit

Permalink
add logo (#586)
Browse files Browse the repository at this point in the history
* add logo

* reverse
  • Loading branch information
ermalkaleci authored Dec 11, 2023
1 parent 5012036 commit 2582171
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Chopsticks

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/chopsticks-logo-white.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/chopsticks-logo-dark.svg">
<img width="100%" alt="chopsticks logo" src="docs/chopsticks-logo-dark.svg">
</picture>

Create parallel reality of your Substrate network.

## Quick Start
Expand Down
17 changes: 17 additions & 0 deletions docs/chopsticks-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/chopsticks-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2582171

Please sign in to comment.