Skip to content

Commit

Permalink
fix(readme): change how to specify theme context for logo
Browse files Browse the repository at this point in the history
- use picture tag and media query
  • Loading branch information
jeff-tbd committed Nov 24, 2023
1 parent a002e8f commit c35f1c8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<br>

![Channel Talk (light mode)](./images/Channel.io_Logo_Color.svg#gh-light-mode-only)
![Channel Talk (dark mode)](./images/Channel.io_Logo_White.svg#gh-dark-mode-only)

<br>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/Channel.io_Logo_White.svg">
<source media="(prefers-color-scheme: light)" srcset="./images/Channel.io_Logo_Color.svg">
<img alt="Channel Talk" src="./images/Channel.io_Logo_Color.svg">
</picture>

# channel-web-sdk-loader

Expand Down

0 comments on commit c35f1c8

Please sign in to comment.