Skip to content

Commit

Permalink
Fix broken logo link in readme (#75)
Browse files Browse the repository at this point in the history
* Fix broken logo link in readme

* Trying this logo size instead

* accept purposed change for dynamic logo

Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>

* docs: fix readme indentation

---------

Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>
  • Loading branch information
johnlk and JavierCane authored May 14, 2024
1 parent cc6827c commit 56f6f0f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<p align="center">
<a href="http://codely.tv">
<img alt="CodelyTV logo" src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" width="192px" height="192px"/>
<a href="https://codely.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://codely.com/logo/codely_logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://codely.com/logo/codely_logo-light.svg">
<img alt="Codely logo" src="https://codely.com/logo/codely_logo.svg">
</picture>
</a>
</p>

Expand Down

0 comments on commit 56f6f0f

Please sign in to comment.