Skip to content

Commit

Permalink
chore: fix logo in readme (#208)
Browse files Browse the repository at this point in the history
* Fix readme.md image

* Update readme.md

* update package readme.md

---------

Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
  • Loading branch information
denlukia and lukeed committed Jun 23, 2024
1 parent a72e13c commit c36cf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/polka/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/lukeed/polka/raw/master/polka.png" alt="Polka" width="400" height="300" />
<img src="https://raw.githubusercontent.com/lukeed/polka/main/polka.png" alt="Polka" width="400" height="300" />
</div>

<h1 align="center">Polka</h1>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/lukeed/polka/raw/master/polka.png" alt="Polka" width="400" />
<img src="polka.png" alt="Polka" width="400" />
</div>

<h1 align="center">Polka</h1>
Expand Down

0 comments on commit c36cf8b

Please sign in to comment.