Skip to content

Commit 5cc462f

Browse files
committed
docs: Use dark/light mode logo on README
1 parent 1e8a95d commit 5cc462f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
<a href="https://dataclient.io" target="_blank" rel="noopener"><img src="https://github.com/reactive/data-client/raw/master/packages/react/data_client_logo_and_text.svg?sanitize=true" alt="Reactive Data Client" style="max-width: 100%;"></a>
1+
<a href="https://dataclient.io" target="_blank" rel="noopener">
2+
<picture style="max-width: 100%;">
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/reactive/data-client/raw/master/website/static/img/client_logo_and_text-border--dark.png?sanitize=true">
4+
<img alt="Reactive Data Client" src="https://github.com/reactive/data-client/raw/master/website/static/img/client_logo_and_text-border--light.png?sanitize=true">
5+
</picture>
6+
</a>
7+
8+
29

310
[![CircleCI](https://circleci.com/gh/reactive/data-client/tree/master.svg?style=shield)](https://circleci.com/gh/reactive/data-client)
411
[![Coverage Status](https://img.shields.io/codecov/c/gh/reactive/data-client/master.svg?style=flat-square)](https://app.codecov.io/gh/reactive/data-client?branch=master)
16.8 KB
Loading
16.8 KB
Loading

0 commit comments

Comments
 (0)