Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

docs: fix logo in README.md #4562

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ganache/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Using h2 instead of h1 because npm doesn't support align=center on h1 tags -->
<h2 align="center">
<a href="#readme" title="Ganache README.md"><img alt="Ganache" src="https://ganache.dev/assets/img/ganache-logo-dark.svg" alt="Ganache" width="160"/></a>
<a href="#readme" title="Ganache README.md"><img alt="Ganache" src="https://raw.githubusercontent.com/trufflesuite/ganache/develop/docs/assets/img/ganache-logo-dark.svg" alt="Ganache" width="160"/></a>
</h2>

<h3 align="center">
Expand Down