From fd161917108a14e791c1444ea1c767e9f6134bdf Mon Sep 17 00:00:00 2001
From: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Date: Thu, 23 May 2024 09:03:14 +0100
Subject: [PATCH] Fix README.md Logo URL (#4546)

This one also works and it is easier.
---
 README.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 0b1d3b6084a..e139dc0ee07 100644
--- a/README.md
+++ b/README.md
@@ -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)
-- 
GitLab