Skip to content

Commit

Permalink
Fix README.md Logo URL (paritytech#4546)
Browse files Browse the repository at this point in the history
This one also works and it is easier.
  • Loading branch information
kianenigma authored and TarekkMA committed Aug 2, 2024
1 parent 469a9e6 commit 9f0bcfa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

<div align="center">

# Polkadot SDK

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/Polkadot_Logo_Horizontal_Pink_White.png">
<source media="(prefers-color-scheme: light)" srcset="docs/images/Polkadot_Logo_Horizontal_Pink_White.png">
</picture>
![SDK Logo](./docs/images/Polkadot_Logo_Horizontal_Pink_White.png#gh-dark-mode-only)
![SDK Logo](./docs/images/Polkadot_Logo_Horizontal_Pink_Black.png#gh-light-mode-only)

# Polkadot SDK

![GitHub stars](https://img.shields.io/github/stars/paritytech/polkadot-sdk)&nbsp;&nbsp;![GitHub
forks](https://img.shields.io/github/forks/paritytech/polkadot-sdk)
Expand Down

0 comments on commit 9f0bcfa

Please sign in to comment.