Skip to content

Commit b4da79c

Browse files
authored
Merge pull request #337 from gulam159/patch-1
Enhance logo visibility by supporting light and dark modes in README.md
2 parents 590aab3 + 2cc59ee commit b4da79c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
![Conductor OSS Logo](https://assets.conductor-oss.org/logo.png "Conductor OSS")
1+
2+
<picture>
3+
<!-- Dark mode logo -->
4+
<source srcset="https://github.com/user-attachments/assets/104b3a67-6013-4622-8075-a45da3a9e726" media="(prefers-color-scheme: dark)">
5+
<!-- Light mode logo -->
6+
<img src="https://assets.conductor-oss.org/logo.png" alt="Logo">
7+
</picture>
8+
29

310
<h1 align="center" style="border-bottom: none">
411
Scalable Workflow Orchestration

0 commit comments

Comments
 (0)