Skip to content

Commit

Permalink
Merge pull request #337 from gulam159/patch-1
Browse files Browse the repository at this point in the history
Enhance logo visibility by supporting light and dark modes in README.md
  • Loading branch information
v1r3n authored Dec 17, 2024
2 parents 590aab3 + 2cc59ee commit b4da79c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
![Conductor OSS Logo](https://assets.conductor-oss.org/logo.png "Conductor OSS")

<picture>
<!-- Dark mode logo -->
<source srcset="https://github.com/user-attachments/assets/104b3a67-6013-4622-8075-a45da3a9e726" media="(prefers-color-scheme: dark)">
<!-- Light mode logo -->
<img src="https://assets.conductor-oss.org/logo.png" alt="Logo">
</picture>


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

0 comments on commit b4da79c

Please sign in to comment.