Skip to content

Commit

Permalink
fix: Image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jul 26, 2023
1 parent cc27f72 commit bce090e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div align="center">

<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/docs/_static/dark-logo.svg">
<img alt="OTP Auth logo" src=".github/docs/_static/light-logo.svg">
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/dark-logo.svg">
<img alt="OTP Auth logo" src="docs/_static/light-logo.svg">
</picture>

One time password implementations in Python. HOTP and TOTP.
Expand Down

0 comments on commit bce090e

Please sign in to comment.