Skip to content

Commit 5bc119d

Browse files
authored
docs: align README branding (#1484)
1 parent 4baa4db commit 5bc119d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<p align="center">
22
<a href="https://logto.io" target="_blank" align="center" alt="Logto Logo">
3-
<img src="https://github.com/logto-io.png" width="100">
3+
<picture>
4+
<source width="200" media="(prefers-color-scheme: dark)" srcset="https://github.com/logto-io/.github/raw/master/profile/logto-lockup-brand-on-dark.svg">
5+
<source width="200" media="(prefers-color-scheme: light)" srcset="https://github.com/logto-io/.github/raw/master/profile/logto-lockup-brand-on-light.svg">
6+
<img width="200" src="https://github.com/logto-io/.github/raw/master/profile/logto-lockup-brand-on-light.svg" alt="Logto logo">
7+
</picture>
48
</a>
5-
<br/>
6-
<span><i><a href="https://logto.io" target="_blank">Logto</a> is an open-source Auth0 alternative designed for modern apps and SaaS products.</i></span>
79
</p>
810

911
# Logto docs

0 commit comments

Comments
 (0)