Skip to content

Commit b4da08d

Browse files
authored
docs: add theme-aware dexpace wordmark to README header (#8)
PR: #8
1 parent 97f0a10 commit b4da08d

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Dexpace Python SDK
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/dexpace-wordmark-dark.svg">
4+
<img alt="dexpace" src="docs/assets/dexpace-wordmark-light.svg" width="320">
5+
</picture>
6+
</p>
7+
8+
<h1 align="center">Dexpace Python SDK</h1>
29

310
[![CI](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/dexpace/python-sdk/actions/workflows/ci.yml)
411
[![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/downloads/)
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)